set My Push Trigger Option
fun setMyPushTriggerOption(pushTriggerOption: GroupChannel.PushTriggerOption, handler: CompletionHandler?)
Sets push trigger option of this channel. If channel's push trigger option is set to GroupChannel.PushTriggerOption.DEFAULT, it works according to the state of SendbirdChat.PushTriggerOption. If not, push messages will be triggered according to the state of GroupChannel.PushTriggerOption.
Since
3.0.86
Parameters
push Trigger Option
PushTriggerOption
. Refer to GroupChannel.PushTriggerOption.
handler
Callback handler.