onChannelPushNotificationsSnoozed
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.
Parameters
cid
The full channel ID (e.g., "messaging:123").
until
The Date until which push notifications are snoozed.
result
The result of the snooze operation, containing the updated PushPreference on success or an error on failure.