Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationResponse.java10 public class NotificationResponse implements Parcelable { class
16 public NotificationResponse(NotificationAction action, Notification notification) { in NotificationResponse() method in NotificationResponse
50 protected NotificationResponse(Parcel in) { in NotificationResponse() method in NotificationResponse
/expo/packages/expo-notifications/
H A DREADME.md627 #### Arguments
631 #### Returns
635 #### Examples
637 ##### Registering a notification listener using a React hook
659 ##### Handling push notifications with React Navigation
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts564 export interface NotificationResponse { interface
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts514 export interface NotificationResponse { interface