Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationConstants.kt21 const val NOTIFICATION_CHANNEL_PRIORITY = "priority" constant
H A DNotificationHelper.kt187 …portance: String? = if (details.containsKey(NotificationConstants.NOTIFICATION_CHANNEL_PRIORITY)) { in createChannel()
188 details[NotificationConstants.NOTIFICATION_CHANNEL_PRIORITY] as String? in createChannel()
238 … val priority: String? = details.getNullable(NotificationConstants.NOTIFICATION_CHANNEL_PRIORITY) in createChannel()
422 …n (storedChannelDetails.getNullable<String>(NotificationConstants.NOTIFICATION_CHANNEL_PRIORITY)) { in showNotification()