Searched refs:readChannelSettings (Results 1 – 2 of 2) sorted by relevance
407 val storedChannelDetails = manager.readChannelSettings(experienceKey, channelId) in showNotification()415 val storedChannelDetails = manager.readChannelSettings(experienceKey, channelId) in showNotification()
106 fun readChannelSettings(experienceKey: ExperienceKey, channelId: String?): JSONObject? { in readChannelSettings() method