C# Class Microsoft.HockeyApp.HockeyClientExtensionsUwp

Send information to the HockeyApp service.
Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Méthode 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 méthode

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.
Résultat IHockeyClientConfigurable

Configure() public static méthode

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.
Résultat IHockeyClientConfigurable