CanceledInviteEvent class

被取消邀请通知事件

Inheritance

Constructors

CanceledInviteEvent({dynamic baseInfo, dynamic fromAccountId, dynamic customInfo, dynamic type, dynamic time, String? toAccount, String? requestId})

Properties

baseInfo ChannelBaseInfo?
获取频道基础信息
getter/setter pairinherited
customInfo String?
通知触发者附加的自定义信息
getter/setter pairinherited
fromAccountId String?
通知来自于谁(由谁触发者的通知) 例如: 如果是被邀请事件{@link InvitedEvent} ,那么from 就是主动邀请者 如果是邀请应答事件{@link InviteAckEvent} ,那么from 就是响应的邀请的人 注意:如果是多端同步的通知,那么from一般指自己
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
requestId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int?
通知产生的时间(指对方发送通知的时间)
getter/setter pairinherited
toAccount String?
getter/setter pair
type SignallingEventType?
通知事件类型
getter/setter pairinherited

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