NIMSignallingEvent class

信令通道回调

Annotations

Constructors

NIMSignallingEvent({required NIMSignallingEventType eventType, required NIMSignallingChannelInfo? channelInfo, required String operatorAccountId, String? serverExtension, required int time, String? inviteeAccountId, String? inviterAccountId, String? requestId, NIMSignallingPushConfig? pushConfig, bool? unreadEnabled, NIMSignallingMember? member})
NIMSignallingEvent.fromJson(Map<String, dynamic> map)
factory

Properties

channelInfo NIMSignallingChannelInfo?
获取信令频道房间相关信息
getter/setter pair
eventType NIMSignallingEventType
获取信令频道事件类型
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inviteeAccountId String?
获取被邀请者账号ID
getter/setter pair
inviterAccountId String?
获取邀请者账号ID
getter/setter pair
member NIMSignallingMember?
获取成员信息
getter/setter pair
operatorAccountId String
获取操作者ID
getter/setter pair
pushConfig NIMSignallingPushConfig?
获取推送相关配置
getter/setter pair
requestId String?
获取本次请求发起产生的请求ID
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverExtension String?
获取服务器扩展字段
getter/setter pair
time int
获取操作的时间点
getter/setter pair
unreadEnabled bool?
获取是否需要计未读
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited