RCCallPushConfig class

Constructors

RCCallPushConfig.create({String? templateId, String? title, String? content, String? data, bool disableTitle = false, bool forceShowDetailContent = false, RCCallIOSPushConfig? iOSConfig, RCCallAndroidPushConfig? androidConfig})

Properties

androidConfig RCCallAndroidPushConfig?
Android 平台相关配置
getter/setter pair
content String?
推送内容
getter/setter pair
data String?
远程推送附加信息 优先使用 MessagePushConfig 的 pushData,如果没有,则使用 sendMessage 或者 sendMediaMessage 的 pushData。
getter/setter pair
disableTitle bool
是否屏蔽通知标题
getter/setter pair
forceShowDetailContent bool
是否强制显示通知详情 当目标用户通过 RCPushProfile 中的 updateShowPushContentStatus 设置推送不显示消息详情时,可通过此参数,强制设置该条消息显示推送详情。
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iOSConfig RCCallIOSPushConfig?
iOS 平台相关配置
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateId String?
推送模板 ID
getter/setter pair
title String?
推送标题
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