Releases
v4.0.8
New
The following new methods have been introduced in the CometChatNotifications
class:
updateTimezone
: This method updates the timezone for receiving Enhanced Email and Enhanced SMS notifications correctly.
getTimezone
: This method fetches the timezone set for a user.
Added new class NotificationPreferences
in CometChatNotifications
Enhancements
The following methods in the ConversationsRequestBuilder
class have been deprecated:
setIncludeBlockedUsers
is now deprecated. Please use includeBlockedUsers
as an alternative.
setWithBlockedInfo
is now deprecated. Please use withBlockedInfo
as an alternative.
Added missing type for method clearActiveCall
The following methods in the CometChatNotifications
class have been deprecated:
fetchPushPreferences
is now deprecated. Please use fetchPreferences
as an alternative.
updatePushPreferences
is now deprecated. Please use updatePreferences
as an alternative.
resetPushPreferences
is now deprecated. Please use resetPreferences
as an alternative.
The following class in the CometChatNotifications
class has been deprecated:
PushPreferences
is now deprecated. Please use NotificationPreferences
as an alternative.
You can’t perform that action at this time.