C# Class cn.jpush.api.test.remote.SpecialCharacterTest

Inheritance: cn.jpush.api.test.remote.BaseRemotePushTest
ファイルを表示 Open project: jpush/jpush-api-csharp-client

Public Properties

Property Type Description
SPECIAL_CHARS char[]

Public Methods

Method Description
SpecialCharacterTest ( ) : System
sendMessage ( String content ) : int
sendNotification ( String alert ) : int

Private Methods

Method Description
testCharacters ( ) : void

Method Details

SpecialCharacterTest() public method

public SpecialCharacterTest ( ) : System
return System

sendMessage() public method

public sendMessage ( String content ) : int
content String
return int

sendNotification() public method

public sendNotification ( String alert ) : int
alert String
return int

Property Details

SPECIAL_CHARS public_oe static_oe property

public static char[] SPECIAL_CHARS
return char[]