update Push Rule Actions
abstract suspend fun updatePushRuleActions( kind: RuleKind, ruleId: String, enable: Boolean, actions: List<Action>?)
Content copied to clipboard
Enables/Disables a push rule and updates the actions if necessary.
Parameters
kind
the rule kind
rule Id
the rule id
enable
Enables/Disables the rule
actions
Actions to update if not null