Push Rule Service
Types
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun addPushRuleListener(listener: PushRuleService.PushRuleListener)
Content copied to clipboard
Link copied to clipboard
Fetch the push rules from the server.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun removePushRuleListener(listener: PushRuleService.PushRuleListener)
Content copied to clipboard
Link copied to clipboard
abstract fun resolveSenderNotificationPermissionCondition(event: Event, condition: SenderNotificationPermissionCondition): Boolean
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun updatePushRuleEnableStatus( kind: RuleKind, pushRule: PushRule, enabled: Boolean)
Content copied to clipboard