Method Name |
parameter list (required) |
Method Description |
Setenablessl |
Boolean Enablessl (True to use SSL, default to SSL not used) |
Whether to start an SSL secure connection |
Sendnotificationwithimei |
int Sendno (send number), String Imei (Imei string), String msgtitle (Message title/notification header), String msgcontent (message content/notification content) |
Send a notification with IMEI |
Sendnotificationwithimei |
int Sendno, String IMEI, String Msgtitle, String Msgcontent, int Builderid (custom notification bar style ID), Map<string, Object>extra (affiliated information) |
Custom Notification bar (no fill 0) and delivery of ancillary information |
Sendcustommessagewithimei |
int Sendno, String IMEI, String Msgtitle, String msgcontent |
Send a message with IMEI |
Sendcustommessagewithimei |
int Sendno, String IMEI, String Msgtitle, String Msgcontent, String msgcontenttype (Message content type, returned as-is), Map<string, Object> Extra |
User-defined message type, and delivery of ancillary information |
Sendnotificationwithtag |
int Sendno, String tag (tag string), String Msgtitle, String msgcontent |
Send a notification with tag |
Sendnotificationwithtag |
int Sendno, String tag, String Msgtitle, String Msgcontent, int Builderid, Map<string, Object>extra |
Custom Notification bar (no fill 0) and delivery of ancillary information |
Sendcustommessagewithtag |
int Sendno, String tag, String Msgtitle, String msgcontent |
Send a message with tag |
Sendcustommessagewithtag |
int Sendno, String tag, String Msgtitle, String Msgcontent, String Msgcontenttype, Map<string, Object> Extra |
User-defined message type, and delivery of ancillary information |
Sendnotificationwithalias |
int Sendno, String alias (alias string), String Msgtitle, String msgcontent |
Send a notification with Alias |
Sendnotificationwithalias |
int Sendno, String alias (alias string), String Msgtitle, String Msgcontent, int Builderid, Map<string, Object>extra |
Custom Notification bar (no fill 0) and delivery of ancillary information |
Sendcustommessagewithalias |
int Sendno, String alias, String Msgtitle, String msgcontent |
Send a message with alias |
Sendcustommessagewithalias |
int Sendno, String alias, String Msgtitle, String Msgcontent, String Msgcontenttype, Map<string, Object> Extra |
User-defined message type, and delivery of ancillary information |
Sendnotificationwithappkey |
int Sendno, String Msgtitle, String msgcontent |
Send notifications to all users of Appkey |
Sendnotificationwithappkey |
int Sendno, String Msgtitle, String Msgcontent, int Builderid, Map<string, Object>extra |
Custom Notification bar (no fill 0) and delivery of ancillary information |
Sendcustommessagewithappkey |
int Sendno, String Msgtitle, String msgcontent |
Send a message with Appkey |
Sendcustommessagewithappkey |
int Sendno, String Msgtitle, String Msgcontent, String Msgcontenttype, Map<string, Object> Extra |
User-defined message type, and delivery of ancillary information |