C# Class 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.
Inheritance: AnalyticsServiceBase
Afficher le fichier Open project: Microsoft/TVHelpers

Méthodes publiques

Méthode Description
Error ( Exception ex, string message = null ) : void
Event ( string eventName, string>.Dictionary metrics = null ) : void
NewPageView ( Type pageType ) : void
SetUsername ( string username ) : void

Method Details

Error() public méthode

public Error ( Exception ex, string message = null ) : void
ex System.Exception
message string
Résultat void

Event() public méthode

public Event ( string eventName, string>.Dictionary metrics = null ) : void
eventName string
metrics string>.Dictionary
Résultat void

NewPageView() public méthode

public NewPageView ( Type pageType ) : void
pageType System.Type
Résultat void

SetUsername() public méthode

public SetUsername ( string username ) : void
username string
Résultat void