Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationConstants.kt22 const val NOTIFICATION_CHANNEL_SOUND = "sound" constant
H A DNotificationHelper.kt192 … val sound: Boolean? = if (details.containsKey(NotificationConstants.NOTIFICATION_CHANNEL_SOUND)) { in createChannel()
193 details[NotificationConstants.NOTIFICATION_CHANNEL_SOUND] as Boolean? in createChannel()
239 val sound: Boolean? = details.getNullable(NotificationConstants.NOTIFICATION_CHANNEL_SOUND) in createChannel()
417 … if (storedChannelDetails.optBoolean(NotificationConstants.NOTIFICATION_CHANNEL_SOUND, false) in showNotification()