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
messageChannelService NEMessageChannelService
获取消息通道服务,提供房间内发送自定义消息能力,返回NEMessageChannelService 实例。
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