C# Class Microsoft.HockeyApp.HockeyClientExtensionsUwp

Send information to the HockeyApp service.
Exibir arquivo Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
Configure ( this @this, string appId ) : IHockeyClientConfigurable

Bootstraps HockeyApp SDK.

Configure ( this @this, string appId, TelemetryConfiguration configuration ) : IHockeyClientConfigurable

Bootstraps HockeyApp SDK.

Method Details

Configure() public static method

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

Configure() public static method

Bootstraps HockeyApp SDK.
public static Configure ( this @this, string appId, TelemetryConfiguration configuration ) : 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 service.
configuration TelemetryConfiguration Telemetry Configuration.
return IHockeyClientConfigurable