Method | Description | |
---|---|---|
Configure ( this @this, string appId ) : IHockeyClientConfigurable |
Bootstraps HockeyApp SDK.
|
|
Configure ( this @this, string appId, |
Bootstraps HockeyApp SDK.
|
public static Configure ( this @this, string appId ) : IHockeyClientConfigurable | ||
@this | this | |
appId | string | The application identifier, which is a unique hash string which is automatically created when you add a new application to HockeyApp. |
return | IHockeyClientConfigurable |
public static Configure ( this @this, string appId, |
||
@this | this | |
appId | string | The application identifier, which is a unique hash string which is automatically created when you add a new application to HockeyApp service. |
configuration | Telemetry Configuration. | |
return | IHockeyClientConfigurable |