Searched refs:NOTIFICATION_CHANNEL_PRIORITY (Results 1 – 2 of 2) sorted by relevance
21 const val NOTIFICATION_CHANNEL_PRIORITY = "priority" constant
187 …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()