NERoomKit class Null safety

RoomKit 入口

Constructors

NERoomKit()

Properties

authService NEAuthService
获取鉴权服务,返回 NEAuthService 实例
read-only
hashCode int
The hash code for this object.
read-only, inherited
isInitialized bool
查询初始化状态
read-only
messageService NEMessageService
获取透传消息服务,返回NEMessageService 实例
read-only
roomService NERoomService
获取房间服务,返回 NERoomService 实例
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sdkVersions Future<NESDKVersions>
获取版本号信息
read-only

Methods

initialize(NERoomKitOptions options) Future<VoidResult>
初始化 options 初始化参数
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance NERoomKit
获取全局唯一的 RoomKit 实例
read-only