NEMeetingAccountService class abstract

用于在完成SDK登录鉴权后,查询当前已登录账号的基本信息,如个人会议号信息 通过NEMeetingKit.getAccountService获取账号服务的实例

Constructors

NEMeetingAccountService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAccountInfo() NEAccountInfo?
账号信息
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAccountInfo(NEAccountInfo? accountInfo) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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