updatePushRuleActions

abstract suspend fun updatePushRuleActions(kind: RuleKind, ruleId: String, enable: Boolean, actions: List<Action>?)

Enables/Disables a push rule and updates the actions if necessary.

Parameters

kind

the rule kind

ruleId

the rule id

enable

Enables/Disables the rule

actions

Actions to update if not null