EnterChatRoomData class

进入聊天室数据

Constructors

EnterChatRoomData()

Properties

account String?
登录用户名,不填则表示匿名
getter/setter pair
appKey String?
聊天室可以使用独立的appkey, 不依赖于im appkey, 如果不传,则使用im appkey
getter/setter pair
avatar String?
进入聊天室后展示的头像
getter/setter pair
extension Map<String, dynamic>?
进入聊天室后展示的扩展字段,长度限制4K
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nick String?
进入聊天室后展示的昵称
getter/setter pair
notifyExtension Map<String, dynamic>?
进入聊天室通知开发者扩展字段,长度限制2K
getter/setter pair
roomId String?
必填,聊天室ID
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
登录token
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