ChannelCommonEvent class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ChannelCommonEvent(SignallingEvent signallingEvent, {String? requestId, String? toAccountId, InviteAckStatus? ackStatus, SignallingPushConfig? pushConfig, MemberInfo? joinMember})
ChannelCommonEvent.fromJson(Map<String, dynamic> map)
factory

Properties

ackStatus InviteAckStatus?
取确认动作 , 接受或拒绝
final
hashCode int
The hash code for this object.
no setterinherited
joinMember MemberInfo?
加入频道的用户信息
final
pushConfig SignallingPushConfig?
推送配置
final
requestId String?
由发起者生成的唯一请求标识
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signallingEvent SignallingEvent
getter/setter pair
toAccountId String?
被操作者帐号id , 如果是应答则为应答了谁的邀请, 如果为取消则为即取消了对谁的邀请, 如果为邀请则为被邀请对象
final

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