Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationManager.kt36 if (!notificationChannelGroupIds.contains(experienceScopeKey)) { in maybeCreateNotificationChannelGroup()
41 notificationChannelGroupIds.add(experienceScopeKey) in maybeCreateNotificationChannelGroup()
276 private val notificationChannelGroupIds = mutableSetOf<String>() constant