Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AlertAll ( String alert ) : |
||
Check ( ) : |
||
FromJSON ( String payloadString ) : |
It need to have a notification or message.
|
|
GetSendno ( ) : int | ||
IsAndroidExceedLength ( ) : bool | ||
IsGlobalExceedLength ( ) : bool | ||
IsIosExceedLength ( ) : bool | ||
IsiOSExceedLength ( ) : bool | ||
MessageAll ( String msgContent ) : |
||
PushPayload ( ) : System | ||
PushPayload ( Platform platform, cn.jpush.api.push.mode.Audience audience, Notification notification, cn.jpush.api.push.mode.Message message = null, |
||
ResetOptionsApnsProduction ( bool apnsProduction ) : void | ||
ResetOptionsTimeToLive ( long timeToLive ) : void | ||
ToJson ( ) : string |
public static AlertAll ( String alert ) : |
||
alert | String | |
Résultat |
public static FromJSON ( String payloadString ) : |
||
payloadString | String | |
Résultat |
public static MessageAll ( String msgContent ) : |
||
msgContent | String | |
Résultat |
public PushPayload ( Platform platform, cn.jpush.api.push.mode.Audience audience, Notification notification, cn.jpush.api.push.mode.Message message = null, |
||
platform | Platform | |
audience | cn.jpush.api.push.mode.Audience | |
notification | Notification | |
message | cn.jpush.api.push.mode.Message | |
sms_message | ||
options | cn.jpush.api.push.mode.Options | |
Résultat | System |
public ResetOptionsApnsProduction ( bool apnsProduction ) : void | ||
apnsProduction | bool | |
Résultat | void |
public ResetOptionsTimeToLive ( long timeToLive ) : void | ||
timeToLive | long | |
Résultat | void |