InviteEvent class

被邀请通知事件

Inheritance

Constructors

InviteEvent({dynamic baseInfo, dynamic fromAccountId, dynamic customInfo, dynamic type, dynamic time, String? toAccountId, String? requestId, SignallingPushConfig? pushConfig})

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
pushConfig SignallingPushConfig?
getter/setter pair
requestId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int?
通知产生的时间(指对方发送通知的时间)
getter/setter pairinherited
toAccountId 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