Skip to content

Commit

Permalink
docs(messaging): add missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Oct 25, 2023
1 parent aa4e0ed commit b99f865
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/messaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,8 @@ addListener(eventName: 'tokenReceived', listenerFunc: TokenReceivedListener) =>

Called when a new FCM token is received.

Only available for Android and iOS.

| Param | Type |
| ------------------ | ----------------------------------------------------------------------- |
| **`eventName`** | <code>'tokenReceived'</code> |
Expand Down
2 changes: 2 additions & 0 deletions packages/messaging/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ export interface FirebaseMessagingPlugin {
/**
* Called when a new FCM token is received.
*
* Only available for Android and iOS.
*
* @since 0.2.2
*/
addListener(
Expand Down

0 comments on commit b99f865

Please sign in to comment.