PushPreferencesListener

Listener for push notification preference changes.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun onChannelPushNotificationsSnoozed(cid: String, until: Date, result: Result<PushPreference>)

Called when push notifications are snoozed for a given channel until a specified time.

Link copied to clipboard
abstract suspend fun onChannelPushPreferenceSet(cid: String, level: PushPreferenceLevel, result: Result<PushPreference>)

Called when the push notification preference is updated for a given channel.