You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`linkingURI`|`<string>`| Link that will be called when the notification is clicked. Example: `"yourSchemeHere://chat/jane"`. See [Deep Linking](#deep-linking) for more info. **Default**: `undefined`. |
69
+
|`actions`|[`[<actionItem>]`](#actionItem)|**Android Required**. List of notification action items. |
65
70
|`progressBar`|[`<taskProgressBarOptions>`](#taskProgressBarOptions)| Notification progress bar. |
66
71
|`parameters`|`<any>`| Parameters to pass to the task. |
|`URI`|`<string>`| Link that will be called when the notification is clicked. Example: `"yourSchemeHere://chat/jane"`. See [Deep Linking](#deep-linking) for more info. |
91
+
**It defaults to the app's package. It is higly recommended to leave like that.** |
0 commit comments