极光推送java服务端完成后怎么发送消息

2025年05月05日 09:38
有1个网友回答
网友(1):

setEnableSSL boolean enableSSL (true为使用ssl, 默认为不使用ssl) 是否启动ssl安全连接

sendNotificationWithImei
int sendNo(发送编号),
String imei (IMEI字符串) ,
String msgTitle (消息标题/通知标题) ,
String msgContent (消息内容/通知内容) 发送带IMEI的通知

sendNotificationWithImei int sendNo ,
String imei ,
String msgTitle ,
String msgContent ,
int builderId (自定义通知栏样式Id) ,
Mapextra (附属信息) 自定义通知栏(没有则填写0)
以及传递附属信息

sendCustomMessageWithImei
int sendNo ,
String imei ,
String msgTitle ,
String msgConte