Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationConstants.kt23 const val NOTIFICATION_CHANNEL_VIBRATE = "vibrate" constant
H A DNotificationHelper.kt197 … val vibrate: Any? = if (details.containsKey(NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE)) { in createChannel()
198 details[NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE] in createChannel()
246 … val vibrateJsonArray = details.optJSONArray(NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE) in createChannel()
254 details.optBoolean(NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE, false) in createChannel()
431 …teJsonArray = storedChannelDetails.optJSONArray(NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE) in showNotification()
438 …lse if (storedChannelDetails.optBoolean(NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE, false)… in showNotification()