C# Class BeerDrinkin.iOS.Helpers.AppInsights

Inheritance: IAppInsights
Afficher le fichier Open project: MikeCodesDotNet/Beer-Drinkin

Méthodes publiques

Méthode Description
AppInsights ( ) : System
Identify ( string userId ) : void
Report ( Exception exception ) : void
Report ( Exception exception, IList tags ) : void
Report ( Exception exception, string viewController, string method ) : void
Report ( Exception exception, string viewController, string method, string comment = "" ) : void
Track ( string eventName ) : void
Track ( string eventName, object>.IDictionary data ) : void
Track ( string eventName, System.TimeSpan time ) : void

Method Details

AppInsights() public méthode

public AppInsights ( ) : System
Résultat System

Identify() public méthode

public Identify ( string userId ) : void
userId string
Résultat void

Report() public méthode

public Report ( Exception exception ) : void
exception System.Exception
Résultat void

Report() public méthode

public Report ( Exception exception, IList tags ) : void
exception System.Exception
tags IList
Résultat void

Report() public méthode

public Report ( Exception exception, string viewController, string method ) : void
exception System.Exception
viewController string
method string
Résultat void

Report() public méthode

public Report ( Exception exception, string viewController, string method, string comment = "" ) : void
exception System.Exception
viewController string
method string
comment string
Résultat void

Track() public méthode

public Track ( string eventName ) : void
eventName string
Résultat void

Track() public méthode

public Track ( string eventName, object>.IDictionary data ) : void
eventName string
data object>.IDictionary
Résultat void

Track() public méthode

public Track ( string eventName, System.TimeSpan time ) : void
eventName string
time System.TimeSpan
Résultat void