react-native-notify-kit / InitialNotification
Interface: InitialNotification
Defined in: packages/react-native/src/types/Notification.ts:128
An interface representing a notification & action that launched the current app / or Android activity.
View the App open events documentation to learn more.
This interface is returned from getInitialNotification when
an initial notification is available.
Deprecated for iOS in favour of onForegroundEvent
input?
optionalinput?:string
Defined in: packages/react-native/src/types/Notification.ts:149
The input from a notification action.
The input detail is available when the EventType is:
EventType.ACTION_PRESS- The notification quick action has input enabled. View
AndroidInputfor more details.
notification
notification:
Notification
Defined in: packages/react-native/src/types/Notification.ts:132
The notification which the user interacted with, which caused the application to open.
pressAction
pressAction:
NotificationPressAction
Defined in: packages/react-native/src/types/Notification.ts:137
The press action which the user interacted with, on the notification, which caused the application to open.
