Home
last modified time | relevance | path

Searched defs:NotificationAction (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationAction.java11 public class NotificationAction implements Parcelable, Serializable { class
16 public NotificationAction(String identifier, String title, boolean opensAppToForeground) { in NotificationAction() method in NotificationAction
22 protected NotificationAction(Parcel in) { in NotificationAction() method in NotificationAction
/expo/packages/expo-notifications/
H A DREADME.md1237 #### Arguments
1260 #### Returns
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts582 export interface NotificationAction { interface
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts530 export interface NotificationAction { interface