You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add push trigger option to enable/disable remote push notification.
Added setPushTriggerOption(option, callback) to SendBird. It determines whether the current user receives remote push notification in all group channels.
Added getPushTriggerOption(callback) to SendBird. It returns the current push trigger option setting for all group channels.
Added setMyPushTriggerOption(option, callback) to GroupChannel. It determines whether the current user receives remote push notification in the group channel.
Added getMyPushTriggerOption(callback) to GroupChannel. It returns the current push trigger option setting for the group channel.
Snooze or stop snooze remote push notification in specific duration.
Added setSnoozePeriod(snoozeOn, startTs, endTs, callback) into SendBird. It enables or disables snooze in the period.
Added getSnoozePeriod(callback) into SendBird. It returns the current snooze setting for the current user.