C# Class KidoZen.SmsSender

Afficher le fichier Open project: kidozen/kido-xamarin Class Usage Examples

Méthodes publiques

Méthode Description
GetStatus ( string messageId ) : Task>
Send ( string message ) : Task>
this ( string number ) : SmsSender

Private Methods

Méthode Description
SmsSender ( KZApplication app, Uri endpoint ) : System
SmsSender ( KZApplication app, Uri endpoint, string number ) : System
Validate ( ) : void

Method Details

GetStatus() public méthode

public GetStatus ( string messageId ) : Task>
messageId string
Résultat Task>

Send() public méthode

public Send ( string message ) : Task>
message string
Résultat Task>

this() public méthode

public this ( string number ) : SmsSender
number string
Résultat SmsSender