Home
last modified time | relevance | path

Searched defs:NotificationRequest (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationRequest.java14 public class NotificationRequest implements Parcelable, Serializable { class
19 …public NotificationRequest(String identifier, NotificationContent content, NotificationTrigger tri… in NotificationRequest() method in NotificationRequest
37 protected NotificationRequest(Parcel in) { in NotificationRequest() method in NotificationRequest
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts456 export interface NotificationRequest { interface
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts411 export interface NotificationRequest { interface