SubscriptionService class

Annotations

Constructors

SubscriptionService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onUserStatusChanged Stream<List<NIMUserStatus>>
其它用户状态变更,包括在线状态,和自定义状态 同账号发布时,指定了多端同步的状态 在线状态默认值为: 登录:1 登出:2 断开连接: 3 在线状态事件会受推送的影响:如果应用被清理, 但厂商推送(APNS、小米、华为、OPPO、VIVO、魅族、FCM)可达,则默认不会触发该用户断开连接的事件, 若开发者需要该种情况下视为离线,请前往网易云信控制台>选择应用>IM 即时通讯>功能配置>全局功能>在线状态订阅
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publishCustomUserStatus(NIMCustomUserStatusParams params) Future<NIMResult<NIMCustomUserStatusPublishResult>>
发布用户自定义状态,如果默认在线状态不满足业务需求,可以发布自定义用户状态
queryUserStatusSubscriptions(List<String> accountIds) Future<NIMResult<List<NIMUserStatusSubscribeResult>>>
查询用户状态订阅关系 输入账号列表,查询自己订阅了哪些账号列表, 返回订阅账号列表
subscribeUserStatus(NIMSubscribeUserStatusOption option) Future<NIMResult<List<String>>>
订阅用户状态,包括在线状态,或自定义状态 单次订阅人数最多100, 如果有较多人数需要调用,需多次调用该接口 如果同一账号多端重复订阅, 订阅有效期会默认后一次覆盖前一次时长 总订阅人数最多3000, 被订阅人数3000,为了性能考虑, 在线状态事件订阅是单向的,双方需要各自订阅。 如果接口整体失败,则返回调用错误码 如果部分账号失败,则返回失败账号列表 订阅接口后,有成员在线状态变更会触发回调:onUserStatusChanged
toString() String
A string representation of this object.
inherited
unsubscribeUserStatus(NIMUnsubscribeUserStatusOption option) Future<NIMResult<List<String>>>
取消用户状态订阅请求

Operators

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