Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationBehavior.java18 public class NotificationBehavior implements Parcelable { class
26 …public NotificationBehavior(boolean shouldShowAlert, boolean shouldPlaySound, boolean shouldSetBad… in NotificationBehavior() method in NotificationBehavior
33 private NotificationBehavior(Parcel in) { in NotificationBehavior() method in NotificationBehavior
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts575 export interface NotificationBehavior { interface
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts524 export interface NotificationBehavior { interface