C# Class Smeedee.Model.Login

Datei anzeigen Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Public Methods

Method Description
IsValid ( Action callback ) : void
Login ( ) : System
ValidateAndStore ( string url, string key, Action callback ) : void

Private Methods

Method Description
NormalizeUrl ( string url ) : string

Method Details

IsValid() public method

public IsValid ( Action callback ) : void
callback Action
return void

Login() public method

public Login ( ) : System
return System

ValidateAndStore() public method

public ValidateAndStore ( string url, string key, Action callback ) : void
url string
key string
callback Action
return void