MessageChannelServicePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MessageChannelServicePlatform

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

addMessageListener(MessageEventSink sink) → void
clearUnreadCount(String sessionId, NERoomSessionTypeEnum sessionType) Future<VoidResult>
deleteAllSessionMessage(String sessionId, NERoomSessionTypeEnum sessionType) Future<VoidResult>
getSessionMessagesHistory(NERoomGetMessagesHistoryParam param) Future<NEResult<List<NECustomSessionMessage>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryUnreadMessageList(String sessionId, NERoomSessionTypeEnum sessionType) Future<NEResult<List<NECustomSessionMessage>>>
removeMessageListener(MessageEventSink sink) → void
sendCustomMessage(String? roomUuid, String userUuid, int commandId, String data, {NEInjectedAuthorization? injectedAuthorization}) Future<VoidResult>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MessageChannelServicePlatform
getter/setter pair