CometChatNotifications class

Constructors

CometChatNotifications()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fetchPushPreferences({dynamic onSuccess(PushPreferences pushPreferences)?, dynamic onError(CometChatException e)?}) Future<PushPreferences?>
Retrieves the current push notification preferences for the logged-in user.
getMutedConversations({dynamic onSuccess(List<MutedConversation> mutedConversations)?, dynamic onError(CometChatException e)?}) Future<List<MutedConversation>>
Retrieves a list of conversations that have been muted by the logged-in user.
muteConversations(List<MutedConversation> muteConversations, {dynamic onSuccess(String response)?, dynamic onError(CometChatException e)?}) Future<String?>
Mutes the specified conversations for the logged-in user.
registerPushToken(PushPlatforms pushPlatforms, {String? fcmToken, String? deviceToken, String? voipToken, String? providerId, dynamic onSuccess(String response)?, dynamic onError(CometChatException e)?}) Future<String?>
Registers a push notification token with the CometChat server for the current user.
resetPushPreferences({dynamic onSuccess(PushPreferences pushPreferences)?, dynamic onError(CometChatException e)?}) Future<PushPreferences?>
Resets push notification preferences to their default values for the logged-in user.
unmuteConversations(List<UnmutedConversation> unmutedConversations, {dynamic onSuccess(String response)?, dynamic onError(CometChatException e)?}) Future<String?>
Unmutes the specified conversations for the logged-in user.
unregisterPushToken({dynamic onSuccess(String response)?, dynamic onError(CometChatException e)?}) Future<String?>
Unregisters the push notification token for the logged-in user.
updatePushPreferences(PushPreferences pushPreferences, {dynamic onSuccess(PushPreferences pushPreferences)?, dynamic onError(CometChatException e)?}) Future<PushPreferences?>
Updates the push notification preferences for the logged-in user.