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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
Changelog
2
2
=========
3
3
4
+
## v3.0.93(JAN 17, 2019)
5
+
* Add push trigger option to enable/disable remote push notification.
6
+
* Added `setPushTriggerOption(option, callback)` to `SendBird`. It determines whether the current user receives remote push notification in all group channels.
7
+
* Added `getPushTriggerOption(callback)` to `SendBird`. It returns the current push trigger option setting for all group channels.
8
+
* Added `setMyPushTriggerOption(option, callback)` to `GroupChannel`. It determines whether the current user receives remote push notification in the group channel.
9
+
* Added `getMyPushTriggerOption(callback)` to `GroupChannel`. It returns the current push trigger option setting for the group channel.
10
+
* Snooze or stop snooze remote push notification in specific duration.
11
+
* Added `setSnoozePeriod(snoozeOn, startTs, endTs, callback)` into `SendBird`. It enables or disables snooze in the period.
12
+
* Added `getSnoozePeriod(callback)` into `SendBird`. It returns the current snooze setting for the current user.
If you want to check the record of other version, go to [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
54
-
* Minor bug fixed.
55
-
56
-
54
+
* Add push trigger option to enable/disable remote push notification.
55
+
* Added `setPushTriggerOption(option, callback)` to `SendBird`. It determines whether the current user receives remote push notification in all group channels.
56
+
* Added `getPushTriggerOption(callback)` to `SendBird`. It returns the current push trigger option setting for all group channels.
57
+
* Added `setMyPushTriggerOption(option, callback)` to `GroupChannel`. It determines whether the current user receives remote push notification in the group channel.
58
+
* Added `getMyPushTriggerOption(callback)` to `GroupChannel`. It returns the current push trigger option setting for the group channel.
59
+
* Snooze or stop snooze remote push notification in specific duration.
60
+
* Added `setSnoozePeriod(snoozeOn, startTs, endTs, callback)` into `SendBird`. It enables or disables snooze in the period.
61
+
* Added `getSnoozePeriod(callback)` into `SendBird`. It returns the current snooze setting for the current user.
0 commit comments