ZegoRoomSendTransparentMessage class

Transparent message info.

Room transparent message, including room id, message content, sending user, sending type, sending mode, timeout period

Constructors

ZegoRoomSendTransparentMessage(ZegoRoomTransparentMessageMode sendMode, ZegoRoomTransparentMessageType sendType, Uint8List content, List<ZegoUser> recvUserList, int timeOut)

Properties

content ↔ Uint8List
Message send content.
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
recvUserList ↔ List<ZegoUser>
Message receiver list, when sendType appointed ZegoRoomTransparentMessageModeOnlyServer don't fill in. When appointed ZegoRoomTransparentMessageModeClientAndServer or ZegoRoomTransparentMessageModeOnlyClient, empty room will be sent to all online users.
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
sendMode ZegoRoomTransparentMessageMode
send mode
read / write
sendType ZegoRoomTransparentMessageType
send type
read / write
timeOut ↔ int
send message timeout, The default value is 10s.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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