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

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

Public Properties

Property Type Description
ALERT String
ALIAS String
INVALID_MOBILE string
MOBILE string
MSG_CONTENT String
REGISTRATION_ID String
REGISTRATION_IDS String[]
TAG String
TAG_HASHSET HashSet
TAG_HASHSET_REMOVE HashSet
TITLE String
app_key String
master_secret String

Public Methods

Method Description
Main ( string args ) : void

Method Details

Main() public static method

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

Property Details

ALERT public_oe static_oe property

public static String ALERT
return String

ALIAS public_oe static_oe property

public static String ALIAS
return String

INVALID_MOBILE public_oe static_oe property

public static string INVALID_MOBILE
return string

MOBILE public_oe static_oe property

public static string MOBILE
return string

MSG_CONTENT public_oe static_oe property

public static String MSG_CONTENT
return String

REGISTRATION_ID public_oe static_oe property

public static String REGISTRATION_ID
return String

REGISTRATION_IDS public_oe static_oe property

public static String[] REGISTRATION_IDS
return String[]

TAG public_oe static_oe property

public static String TAG
return String

TAG_HASHSET public_oe static_oe property

public static HashSet TAG_HASHSET
return HashSet

TAG_HASHSET_REMOVE public_oe static_oe property

public static HashSet TAG_HASHSET_REMOVE
return HashSet

TITLE public_oe static_oe property

public static String TITLE
return String

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