Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/enums/
H A DNotificationPriority.java9 public enum NotificationPriority { enum
19 NotificationPriority(int nativePriority, String enumValue) { in NotificationPriority() method in NotificationPriority