NotificationActions mixin

Superclass constraints
Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
observers List<ChatUIKitObserverBase>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListeners() → void
inherited
addObserver(ChatUIKitObserverBase observer) → void
inherited
bindDeviceToken({required String notifierName, required String deviceToken}) Future<void>
checkResult<T>(ChatSDKEvent actionEvent, Future<T> method()) Future<T>
inherited
clearSilentMode({required String conversationId, required dynamic type}) Future<void>
fetchPushConfig() Future
fetchSilentModel({required List conversations}) Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListeners() → void
inherited
removeObserver(ChatUIKitObserverBase observer) → void
inherited
setAllSilentMode({required dynamic param}) Future<void>
setSilentMode({required String conversationId, required dynamic type, required dynamic param}) Future<void>
toString() String
A string representation of this object.
inherited
updatePushDisplayStyle({required dynamic style}) Future<void>
uploadAPNsPushToken({required String token}) Future<void>
uploadFCMPushToken({required String token}) Future<void>
uploadHMSPushToken({required String token}) Future<void>
uploadPushDisplayName({required dynamic displayName}) Future<void>

Operators

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