Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt407 val storedChannelDetails = manager.readChannelSettings(experienceKey, channelId) in showNotification()
415 val storedChannelDetails = manager.readChannelSettings(experienceKey, channelId) in showNotification()
H A DExponentNotificationManager.kt106 fun readChannelSettings(experienceKey: ExperienceKey, channelId: String?): JSONObject? { in readChannelSettings() method