C# Class KidoZen.SmsSender

ファイルを表示 Open project: kidozen/kido-xamarin Class Usage Examples

Public Methods

Method Description
GetStatus ( string messageId ) : Task>
Send ( string message ) : Task>
this ( string number ) : SmsSender

Private Methods

Method Description
SmsSender ( KZApplication app, Uri endpoint ) : System
SmsSender ( KZApplication app, Uri endpoint, string number ) : System
Validate ( ) : void

Method Details

GetStatus() public method

public GetStatus ( string messageId ) : Task>
messageId string
return Task>

Send() public method

public Send ( string message ) : Task>
message string
return Task>

this() public method

public this ( string number ) : SmsSender
number string
return SmsSender