ZegoRoomExtraInfo class

房间附加消息

Constructors

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

Properties

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