ZegoBroadcastMessageInfo class

Broadcast message info.

The received object of the room broadcast message, including the message content, message ID, sender, sending time

Constructors

ZegoBroadcastMessageInfo(String message, int messageID, int sendTime, ZegoUser fromUser)

Properties

fromUser ZegoUser
Message sender.Please do not fill in sensitive user information in this field, including but not limited to mobile phone number, ID number, passport number, real name, etc.
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
message ↔ String
message content
read / write
messageID ↔ int
message id
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
sendTime ↔ int
Message send time, UNIX timestamp, in milliseconds.
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