ZegoRoomExtraInfo class
房间附加消息
Constructors
- ZegoRoomExtraInfo(String key, String value, ZegoUser updateUser, int updateTime)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ String
-
房间附加消息的键
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ int
-
房间附加消息的更新时间,UNIX 时间戳,单位为毫秒
getter/setter pair
- updateUser ↔ ZegoUser
-
更新房间附加消息的用户。请勿在此字段填写用户敏感信息,包括但不限于手机号、身份证号、护照编号、真实姓名等。
getter/setter pair
- value ↔ String
-
房间附加消息的值
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