NIMMemberPushOption class
指定成员推送相关可选项
- 配置后发送消息,如果遇到414,说明客户端提交参数forcePushList格式有误;811说明是强推列表中帐号数量超限,目前上限是100个帐号。
- Annotations
Constructors
-
NIMMemberPushOption({String? forcePushContent, List<
String> ? forcePushList, bool isForcePush = true}) -
NIMMemberPushOption.fromMap(Map<
String, dynamic> map) -
factory
Properties
- forcePushContent ↔ String?
-
强制推送的文案
getter/setter pair
-
forcePushList
↔ List<
String> ? -
强制推送的账号列表
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isForcePush ↔ bool
-
是否强制推送
getter/setter pair
- 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
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited