RCIMIWAndroidPushOptions class

Constructors

RCIMIWAndroidPushOptions.create({String? notificationId, String? channelIdMi, String? channelIdHW, String? categoryHW, String? channelIdOPPO, RCIMIWVIVOPushType? pushTypeVIVO, String? collapseKeyFCM, String? imageUrlFCM, RCIMIWImportanceHW? importanceHW, String? imageUrlHW, String? imageUrlMi, String? channelIdFCM, String? categoryVivo})
RCIMIWAndroidPushOptions.fromJson(Map<String, dynamic> json)

Properties

categoryHW String?
getter/setter pair
categoryVivo String?
getter/setter pair
channelIdFCM String?
FCM 通知的频道 ID,该应用程序必须使用此频道 ID 创建一个频道,然后才能收到带有该频道 ID 的任何通知。 如果您未在请求中发送此频道 ID,或者如果应用尚未创建提供的频道 ID,则 FCM 使用应用清单中指定的频道 ID。
getter/setter pair
channelIdHW String?
华为的渠道 ID 该条消息针对华为使用的推送渠道,如开发者集成了华为推送,需要指定 channelId 时,可向 Android 端研发人员获取,channelId 由开发者自行创建。
getter/setter pair
channelIdMi String?
小米的渠道 ID 该条消息针对小米使用的推送渠道。
getter/setter pair
channelIdOPPO String?
OPPO 的渠道 ID。 该条消息针对 OPPO 使用的推送渠道,如开发者集成了 OPPO 推送,需要指定 channelId 时,可向 Android 端研发人员获取,channelId 由开发者自行创建。
getter/setter pair
collapseKeyFCM String?
FCM 通知类型推送时所使用的分组 id
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrlFCM String?
FCM 通知类型的推送所使用的通知图片 url
getter/setter pair
imageUrlHW String?
华为通知栏消息右侧大图标 URL,如果不设置,则不展示通知栏右侧图标。 URL使用的协议必须是HTTPS协议,取值样例:https://example.com/image.png。图标文件须小于 512KB,图标建议规格大小:40dp x 40dp,弧角大小为 8dp,超出建议规格大小的图标会存在图片压缩或显示不全的情况。
getter/setter pair
imageUrlMi String?
小米 Large icon 链接 Large icon 可以出现在大图版和多字版消息中,显示在右边。国内版仅 MIUI12 以上版本支持,以下版本均不支持;国际版支持。 图片要求:大小 120 120px,格式为 png 或者 jpg 格式
getter/setter pair
importanceHW RCIMIWImportanceHW?
华为推送消息级别
getter/setter pair
notificationId String?
Android 平台 Push 唯一标识。 目前支持小米、华为推送平台,默认开发者不需要进行设置。 当消息产生推送时,消息的 messageUId 作为 notificationId 使用。
getter/setter pair
pushTypeVIVO RCIMIWVIVOPushType?
VIVO 推送通道类型 开发者集成了 VIVO 推送,需要指定推送类型时,可进行设置。
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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