NimCore class Null safety

Properties

audioService AudioService
云信音频服务接口
final
authService AuthService
用户认证服务接口,提供用户登录登出业务接口。
final
chatroomService ChatroomService
聊天室服务,提供加入、退出、发送和接收聊天室消息等功能;
final
eventSubscribeService → EventSubscribeService
云信事件订阅服务接口,用户可以通过事件发布及订阅,来实现"发布-订阅"的设计模式编程方法。可应用于订阅指定用户在线状态、用户个性化信息订阅等场景
final
hashCode int
The hash code for this object. [...]
read-only, inherited
isInitialized bool
read-only
messageService MessageService
云信消息服务接口
final
nosService NOSService
final
passThroughService PassThroughService
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sdkOptions NIMSDKOptions?
read-only
settingsService SettingsService
设置服务
final
systemMessageService → SystemMessageService
系统通知服务,是云信系统内建的消息/通知,由云信服务器推送给用户的通知类消息,用于云信系统类的事件通知。
final
teamService TeamService
普通群: 普通群没有权限操作,适用于快速创建多人会话的场景。每个普通群只有一个管理员。 管理员可以对普通群进行增减员操作,普通成员只能对普通群进行增员操作。 在添加新成员的时候,并不需要经过对方同意。 [...]
final
userService UserService
云信用户服务接口
final

Methods

initialize(NIMSDKOptions options) Future<NIMResult<void>>
初始化云信 IM SDK [...]
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 NimCore
final

Constants

tag → const String
'nim_core'