C# Class cn.jpush.api.example.JPushApiExample

Show file Open project: jpush/jpush-api-csharp-client

Public Properties

Property Type Description
ALERT String
DELAY_TIME int
MSG_CONTENT String
REGISTRATION_ID String
SMSMESSAGE String
TAG String
TITLE String
app_key String
master_secret String

Public Methods

Method Description
Main ( string args ) : void
PushObject_All_All_Alert ( ) : PushPayload
PushObject_Android_Tag_AlertWithTitle ( ) : PushPayload
PushObject_all_alia_alert ( ) : PushPayload
PushObject_all_alias_alert ( ) : PushPayload
PushObject_android_and_ios ( ) : PushPayload
PushObject_android_with_options ( ) : PushPayload
PushObject_ios_audienceMore_messageWithExtras ( ) : PushPayload
PushObject_ios_tagAnd_alertWithExtrasAndMessage ( ) : PushPayload
PushSendSmsMessage ( ) : PushPayload

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

PushObject_All_All_Alert() public static method

public static PushObject_All_All_Alert ( ) : PushPayload
return cn.jpush.api.push.mode.PushPayload

PushObject_Android_Tag_AlertWithTitle() public static method

public static PushObject_Android_Tag_AlertWithTitle ( ) : PushPayload
return cn.jpush.api.push.mode.PushPayload

PushObject_all_alia_alert() public static method

public static PushObject_all_alia_alert ( ) : PushPayload
return cn.jpush.api.push.mode.PushPayload

PushObject_all_alias_alert() public static method

public static PushObject_all_alias_alert ( ) : PushPayload
return cn.jpush.api.push.mode.PushPayload

PushObject_android_and_ios() public static method

public static PushObject_android_and_ios ( ) : PushPayload
return cn.jpush.api.push.mode.PushPayload

PushObject_android_with_options() public static method

public static PushObject_android_with_options ( ) : PushPayload
return cn.jpush.api.push.mode.PushPayload

PushObject_ios_audienceMore_messageWithExtras() public static method

public static PushObject_ios_audienceMore_messageWithExtras ( ) : PushPayload
return cn.jpush.api.push.mode.PushPayload

PushObject_ios_tagAnd_alertWithExtrasAndMessage() public static method

public static PushObject_ios_tagAnd_alertWithExtrasAndMessage ( ) : PushPayload
return cn.jpush.api.push.mode.PushPayload

PushSendSmsMessage() public static method

public static PushSendSmsMessage ( ) : PushPayload
return cn.jpush.api.push.mode.PushPayload

Property Details

ALERT public static property

public static String ALERT
return String

DELAY_TIME public static property

public static int DELAY_TIME
return int

MSG_CONTENT public static property

public static String MSG_CONTENT
return String

REGISTRATION_ID public static property

public static String REGISTRATION_ID
return String

SMSMESSAGE public static property

public static String SMSMESSAGE
return String

TAG public static property

public static String TAG
return String

TITLE public static property

public static String TITLE
return String

app_key public static property

public static String app_key
return String

master_secret public static property

public static String master_secret
return String