RCCallAndroidPushConfig class

Constructors

RCCallAndroidPushConfig.create({String? notificationId, String? channelIdForXiaoMi, String? channelIdForHuaWei, RCCallHuaWeiPushImportance? importanceForHuaWei, String? channelIdForOppo, RCCallVivoPushType? vivoPushType, String? collapseKeyForFCM, String? imageUrlForFCM})

Properties

channelIdForHuaWei String?
华为的渠道 ID 该条消息针对华为使用的推送渠道,如开发者集成了华为推送,需要指定 channelId 时,可向 Android 端 研发人员获取,channelId 由开发者自行创建。
getter/setter pair
channelIdForOppo String?
OPPO 的渠道 ID 该条消息针对 OPPO 使用的推送渠道,如开发者集成了 OPPO 推送,需要指定 channelId 时,可向 Android 端 研发人员获取,channelId 由开发者自行创建。
getter/setter pair
channelIdForXiaoMi String?
小米的渠道 ID 该条消息针对小米使用的推送渠道,如开发者集成了小米推送,需要指定 channelId 时,可向 Android 端 研发人员获取,channelId 由开发者自行创建。
getter/setter pair
collapseKeyForFCM String?
FCM 通知类型推送时所使用的分组 id
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrlForFCM String?
FCM 通知类型的推送所使用的通知图片 url
getter/setter pair
importanceForHuaWei RCCallHuaWeiPushImportance?
华为推送紧急程度
getter/setter pair
notificationId String?
Android 平台 Push 唯一标识 目前支持小米、华为推送平台,默认开发者不需要进行设置。 当消息产生推送时,消息的 messageUId 作为 notificationId 使用。
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vivoPushType RCCallVivoPushType?
VIVO 推送通道类型 开发者集成了 VIVO 推送,需要指定推送类型时,可进行设置。
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