MessageManagerPlatform class abstract

Constructors

MessageManagerPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
messageListener Stream<TIMEvent>
no setter
messageStreamController StreamController<TIMEvent>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendCustomGroupMessage({required String groupId, required List<int> data, TIMMessagePriority priority = TIMMessagePriority.high, bool isOnlineUserOnly = false, bool isExcludedFromUnreadCount = true}) Future<void>
sendCustomMessage({required String userId, required List<int> data, TIMMessagePriority priority = TIMMessagePriority.high, bool isOnlineUserOnly = false, bool isExcludedFromUnreadCount = true}) Future<void>
sendTextGroupMessage({required String groupId, required String text, TIMMessagePriority priority = TIMMessagePriority.high, bool isOnlineUserOnly = false}) Future<void>
sendTextMessage({required String userId, required String text, TIMMessagePriority priority = TIMMessagePriority.high, bool isOnlineUserOnly = false}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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