Skip to content

v3.0.93

Compare
Choose a tag to compare
@chrisallo chrisallo released this 17 Jan 07:56
· 162 commits to master since this release
  • 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.