| 方法名稱 |
參數列表(必須) |
方法說明 |
| 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) , Map<String, Object>extra (附屬資訊) |
自訂通知欄(沒有則填寫0) 以及傳遞附屬資訊 |
sendCustomMessageWithImei |
int sendNo , String imei , String msgTitle , String msgContent |
發送帶IMEI的訊息 |
| sendCustomMessageWithImei |
int sendNo , String imei , String msgTitle , String msgContent, String msgContentType (訊息內容類型,原樣返回), Map<String, Object> extra |
使用者自訂訊息類型, 以及傳遞附屬資訊 |
sendNotificationWithTag |
int sendNo , String tag (Tag字串) , String msgTitle , String msgContent |
發送帶Tag的通知 |
| sendNotificationWithTag |
int sendNo , String tag , String msgTitle , String msgContent , int builderId , Map<String, Object>extra |
自訂通知欄(沒有則填寫0) 以及傳遞附屬資訊 |
sendCustomMessageWithTag |
int sendNo , String tag , String msgTitle , String msgContent |
發送帶Tag的訊息 |
sendCustomMessageWithTag
|
int sendNo , String tag , String msgTitle , String msgContent , String msgContentType , Map<String, Object> extra |
使用者自訂訊息類型, 以及傳遞附屬資訊 |
sendNotificationWithAlias |
int sendNo , String alias (Alias字串) , String msgTitle , String msgContent |
發送帶Alias的通知 |
| sendNotificationWithAlias |
int sendNo , String alias (Alias字串) , String msgTitle , String msgContent , int builderId , Map<String, Object>extra |
自訂通知欄(沒有則填寫0) 以及傳遞附屬資訊 |
sendCustomMessageWithAlias |
int sendNo , String alias , String msgTitle , String msgContent |
發送帶Alias的訊息 |
| sendCustomMessageWithAlias |
int sendNo , String alias , String msgTitle , String msgContent , String msgContentType , Map<String, Object> extra |
使用者自訂訊息類型, 以及傳遞附屬資訊 |
sendNotificationWithAppKey |
int sendNo , String msgTitle , String msgContent |
發送通知給AppKey的所有使用者 |
| sendNotificationWithAppKey |
int sendNo , String msgTitle , String msgContent , int builderId , Map<String, Object>extra |
自訂通知欄(沒有則填寫0) 以及傳遞附屬資訊 |
sendCustomMessageWithAppKey |
int sendNo , String msgTitle , String msgContent |
發送帶AppKey的訊息 |
| sendCustomMessageWithAppKey |
int sendNo , String msgTitle , String msgContent , String msgContentType , Map<String, Object> extra |
使用者自訂訊息類型, 以及傳遞附屬資訊 |