C# 클래스 MediaAppSample.Core.Services.DefaultAnalyticsProvider

If no analytics service was specified, this dummy class will be used which implements AnalyticsProviderBase but does not do anything. Used to prevent null value exceptions when any code tries to log to the analytics adapter.
상속: AnalyticsServiceBase
파일 보기 프로젝트 열기: Microsoft/TVHelpers

공개 메소드들

메소드 설명
Error ( Exception ex, string message = null ) : void
Event ( string eventName, string>.Dictionary metrics = null ) : void
NewPageView ( Type pageType ) : void
SetUsername ( string username ) : void

메소드 상세

Error() 공개 메소드

public Error ( Exception ex, string message = null ) : void
ex System.Exception
message string
리턴 void

Event() 공개 메소드

public Event ( string eventName, string>.Dictionary metrics = null ) : void
eventName string
metrics string>.Dictionary
리턴 void

NewPageView() 공개 메소드

public NewPageView ( Type pageType ) : void
pageType System.Type
리턴 void

SetUsername() 공개 메소드

public SetUsername ( string username ) : void
username string
리턴 void