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
- 
  checkResult<T> (ChatSDKEvent actionEvent, Future< T> method()) → Future<T> 
- 
  
  inherited
- 
  clearSilentMode({required String conversationId, required ConversationType type}) → Future< void> 
- 
  fetchPushConfig() → Future< PushConfigs> 
- 
  fetchSilentModel({required List< Conversation> conversations}) → Future<Map< String, ChatSilentModeResult> >
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  removeListeners() → void 
- 
  
  inherited
- 
  removeObserver(ChatUIKitObserverBase observer) → void 
- 
  
  inherited
- 
  setAllSilentMode({required ChatSilentModeParam param}) → Future< void> 
- 
  setSilentMode({required String conversationId, required ConversationType type, required ChatSilentModeParam param}) → Future< void> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  updatePushDisplayStyle({required DisplayStyle 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