C# Класс BeerDrinkin.iOS.Helpers.AppInsights

Наследование: IAppInsights
Показать файл Открыть проект

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

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

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

AppInsights() публичный Метод

public AppInsights ( ) : System
Результат System

Identify() публичный Метод

public Identify ( string userId ) : void
userId string
Результат void

Report() публичный Метод

public Report ( Exception exception ) : void
exception System.Exception
Результат void

Report() публичный Метод

public Report ( Exception exception, IList tags ) : void
exception System.Exception
tags IList
Результат void

Report() публичный Метод

public Report ( Exception exception, string viewController, string method ) : void
exception System.Exception
viewController string
method string
Результат void

Report() публичный Метод

public Report ( Exception exception, string viewController, string method, string comment = "" ) : void
exception System.Exception
viewController string
method string
comment string
Результат void

Track() публичный Метод

public Track ( string eventName ) : void
eventName string
Результат void

Track() публичный Метод

public Track ( string eventName, object>.IDictionary data ) : void
eventName string
data object>.IDictionary
Результат void

Track() публичный Метод

public Track ( string eventName, System.TimeSpan time ) : void
eventName string
time System.TimeSpan
Результат void