RCCallIOSPushConfig class

Constructors

RCCallIOSPushConfig.create({required String threadId, required String category, required String apnsCollapseId, required String richMediaUri})

Properties

apnsCollapseId String
iOS 平台通知覆盖 ID apnsCollapseId 相同时,新收到的通知会覆盖老的通知,最大 64 字节 iOS10 开始支持
final
category String
iOS 标识推送的类型 如果不设置后台默认取消息类型字符串,如 RC:TxtMsg
final
hashCode int
The hash code for this object.
no setterinherited
richMediaUri String
iOS 富文本推送内容
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threadId String
iOS 平台通知栏分组 ID 相同的 thread-id 推送分为一组 iOS10 开始支持
final

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