NimCore class

Properties

audioService AudioService
云信音频服务接口
final
authService AuthService
用户认证服务接口,提供用户登录登出业务接口。
final
avSignallingService AvSignallingService
信令服务
final
chatroomService ChatroomService
聊天室服务,提供加入、退出、发送和接收聊天室消息等功能;
final
eventSubscribeService EventSubscribeService
云信事件订阅服务接口,用户可以通过事件发布及订阅,来实现"发布-订阅"的设计模式编程方法。可应用于订阅指定用户在线状态、用户个性化信息订阅等场景
final
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
no setter
messageService MessageService
云信消息服务接口
final
nosService NOSService
final
passThroughService PassThroughService
final
qChatChannelService QChatChannelService
圈组频道服务
final
qChatMessageService QChatMessageService
圈组消息服务
final
qChatObserver QChatObserver
圈组回调
final
qChatPushService QChatPushService
圈组推送相关
final
qChatRoleService QChatRoleService
圈组身份组服务
final
qChatServerService QChatServerService
圈组服务器服务
final
qChatService QChatService
圈组服务
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkOptions NIMSDKOptions?
no setter
settingsService SettingsService
设置服务
final
superTeamService SuperTeamService
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 nonexistent method or property is accessed.
inherited
releaseDesktop() Future<NIMResult<void>>
释放云信 IM SDK 仅windows&macos平台有效
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
versionName → const String