C# Класс Microsoft.HockeyApp.HockeyClientConfigurationExtensions

Extensions for fluent configuration
Показать файл Открыть проект

Открытые методы

Метод Описание
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 descriptionLoader ) : IHockeyClientConfigurable

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.

Описание методов

SetApiDomain() публичный статический Метод

Use this if you're using an on-premise version of HockeyApp. Default is: https://rink.hockeyapp.net
public static SetApiDomain ( this @this, string hockeyApiDomain ) : IHockeyClientConfigurable
@this this
hockeyApiDomain string
Результат IHockeyClientConfigurable

SetContactInfo() публичный статический Метод

Set the user Id and email/contact information of the current user if known. This is sent to HockeyApp with crashes.
public static SetContactInfo ( this @this, string user, string email ) : IHockeyClientConfigurable
@this this
user string
email string
Результат IHockeyClientConfigurable

SetExceptionDescriptionLoader() публичный статический Метод

The provided func is called in case of an exception and the returned string is added as additional description of the exception.
public static SetExceptionDescriptionLoader ( this @this, string>.Func descriptionLoader ) : IHockeyClientConfigurable
@this this
descriptionLoader string>.Func
Результат IHockeyClientConfigurable

UpdateContactInfo() публичный статический Метод

Set the user Id and emal/contact information of the current user if known. This is sent to HockeyApp with crashes.
public static UpdateContactInfo ( this @this, string user, string email ) : IHockeyClient
@this this
user string
email string
Результат IHockeyClient