RCIMIWIOSPushOptions class

Constructors

RCIMIWIOSPushOptions.create({String? threadId, String? category, String? apnsCollapseId, String? richMediaUri})
RCIMIWIOSPushOptions.fromJson(Map<String, dynamic> json)

Properties

apnsCollapseId String?
iOS 平台通知覆盖 ID apnsCollapseId 相同时,新收到的通知会覆盖老的通知,最大 64 字节 iOS10 开始支持
getter/setter pair
category String?
iOS 富文本推送的类型开发者自己定义,自己在 App 端进行解析判断,与 richMediaUri 一起使用,当设置 category 后,推送时默认携带 mutable-content 进行推送,属性值为 1。 如果不设置后台默认取消息类型字符串,如RC:TxtMsg
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
richMediaUri String?
iOS 富文本推送内容的 URL,与 category 一起使用。
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threadId String?
iOS 平台通知栏分组 ID 相同的 thread-id 推送分为一组 iOS10 开始支持
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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