ContactActions 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
- 
  acceptContactRequest({required String userId}) → Future< void> 
- 
  addBlockedContact({required String userId}) → Future< void> 
- 
  addListeners() → void 
- 
  
  inherited
- 
  addObserver(ChatUIKitObserverBase observer) → void 
- 
  
  inherited
- 
  checkResult<T> (ChatSDKEvent actionEvent, Future< T> method()) → Future<T> 
- 
  
  inherited
- 
  declineContactRequest({required String userId}) → Future< void> 
- 
  deleteBlockedContact({required String userId}) → Future< void> 
- 
  deleteContact({required String userId}) → Future< void> 
- 
  fetchAllBlockedContactIds() → Future< List< String> >
- 
  fetchAllContactIds() → Future< List< String> >
- 
  fetchAllContacts() → Future< List< Contact> >
- 
  getAllBlockedContactIds() → Future< List< String> >
- 
  getAllContactIds() → Future< List< String> >
- 
  getAllContacts() → Future< List< Contact> >
- 
  getContact(String userId) → Future< Contact?> 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  onBlockedContactAdded(String userId) → void 
- 
  
  inherited
- 
  onBlockedContactDeleted(String userId) → void 
- 
  
  inherited
- 
  onContactAdded(String userId) → void 
- 
  
  inherited
- 
  onContactDeleted(String userId) → void 
- 
  
  inherited
- 
  onContactRequestReceived(String userId, String? reason) → void 
- 
  
  inherited
- 
  onFriendRequestAccepted(String userId) → void 
- 
  
  inherited
- 
  onFriendRequestCountChanged(int count) → void 
- 
  
  inherited
- 
  onFriendRequestDeclined(String userId) → void 
- 
  
  inherited
- 
  removeListeners() → void 
- 
  
  inherited
- 
  removeObserver(ChatUIKitObserverBase observer) → void 
- 
  
  inherited
- 
  sendContactRequest({required String userId, String? reason}) → Future< void> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  updateContactRemark(String userId, String remark) → Future< void> 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited