ZegoRoomExtraInfo class

Room extra information.

Constructors

ZegoRoomExtraInfo(String key, String value, ZegoUser updateUser, int updateTime)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
key ↔ String
The key of the room extra information.
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
updateTime ↔ int
Update time of the room extra information, UNIX timestamp, in milliseconds.
read / write
updateUser ZegoUser
The user who update the room extra information.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
value ↔ String
The value of the room extra information.
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