Home
last modified time | relevance | path

Searched refs:NOTIFICATION_CHANNEL_PRIORITY_LOW (Results 1 – 2 of 2) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationConstants.kt27 const val NOTIFICATION_CHANNEL_PRIORITY_LOW = "low" constant
H A DNotificationHelper.kt288 … NotificationConstants.NOTIFICATION_CHANNEL_PRIORITY_LOW -> NotificationManager.IMPORTANCE_LOW in createChannel()