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

ファイルを表示 Open project: jpush/jpush-api-csharp-client Class Usage Examples

Public Properties

Property Type Description
app_key String
master_secret String

Public Methods

Method Description
Main ( string args ) : void
testGetMessages ( ) : void
testGetReport ( ) : void
testGetUsers ( ) : void

Method Details

Main() public static method

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

testGetMessages() public static method

public static testGetMessages ( ) : void
return void

testGetReport() public static method

public static testGetReport ( ) : void
return void

testGetUsers() public static method

public static testGetUsers ( ) : void
return void

Property Details

app_key public_oe static_oe property

public static String app_key
return String

master_secret public_oe static_oe property

public static String master_secret
return String