C# 클래스 Microsoft.HockeyApp.HockeyClientConfigurationExtensions

Extensions for fluent configuration
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
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