setMyPushTriggerOption

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

pushTriggerOption

PushTriggerOption. Refer to GroupChannel.PushTriggerOption.

handler

Callback handler.

See also