Méthode | Description | |
---|---|---|
SetApiDomain ( this @this, string hockeyApiDomain ) : IHockeyClientConfigurable |
Use this if you're using an on-premise version of HockeyApp. Default is: https://rink.hockeyapp.net
|
|
SetContactInfo ( this @this, string user, string email ) : IHockeyClientConfigurable |
Set the user Id and email/contact information of the current user if known. This is sent to HockeyApp with crashes.
|
|
SetExceptionDescriptionLoader ( this @this, string>.Func |
The provided func is called in case of an exception and the returned string is added as additional description of the exception.
|
|
UpdateContactInfo ( this @this, string user, string email ) : IHockeyClient |
Set the user Id and emal/contact information of the current user if known. This is sent to HockeyApp with crashes.
|
public static SetApiDomain ( this @this, string hockeyApiDomain ) : IHockeyClientConfigurable | ||
@this | this | |
hockeyApiDomain | string | |
Résultat | IHockeyClientConfigurable |
public static SetContactInfo ( this @this, string user, string email ) : IHockeyClientConfigurable | ||
@this | this | |
user | string | |
string | ||
Résultat | IHockeyClientConfigurable |
public static SetExceptionDescriptionLoader ( this @this, string>.Func |
||
@this | this | |
descriptionLoader | string>.Func | |
Résultat | IHockeyClientConfigurable |
public static UpdateContactInfo ( this @this, string user, string email ) : IHockeyClient | ||
@this | this | |
user | string | |
string | ||
Résultat | IHockeyClient |