ZegoRoomExtraInfo class
Room extra information.
Constructors
- ZegoRoomExtraInfo(String key, String value, ZegoUser updateUser, int updateTime)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ String
-
The key of the room extra information.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ int
-
Update time of the room extra information, UNIX timestamp, in milliseconds.
getter/setter pair
- 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.
getter/setter pair
- value ↔ String
-
The value of the room extra information.
getter/setter pair
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