Method | Description | |
---|---|---|
Configure ( string applicationId, string restApiKey ) : void | ||
Configure ( string applicationId, string restApiKey, Action |
||
Configure ( string applicationId, string restApiKey, string masterKey ) : void | ||
Configure ( string applicationId, string restApiKey, string masterKey, Action |
||
ConnectTo ( string url ) : IParseConfiguration | ||
NetworkAvailableCheck ( Func |
Method | Description | |
---|---|---|
ParseConfiguration ( ) : System |
public static Configure ( string applicationId, string restApiKey ) : void | ||
applicationId | string | |
restApiKey | string | |
return | void |
public static Configure ( string applicationId, string restApiKey, Action |
||
applicationId | string | |
restApiKey | string | |
action | Action |
|
return | void |
public static Configure ( string applicationId, string restApiKey, string masterKey ) : void | ||
applicationId | string | |
restApiKey | string | |
masterKey | string | |
return | void |
public static Configure ( string applicationId, string restApiKey, string masterKey, Action |
||
applicationId | string | |
restApiKey | string | |
masterKey | string | |
action | Action |
|
return | void |
public ConnectTo ( string url ) : IParseConfiguration | ||
url | string | |
return | IParseConfiguration |
public NetworkAvailableCheck ( Func |
||
networkCheck | Func |
|
return | IParseConfiguration |