C# Класс CSharpAnalytics.Protocols.Measurement.MeasurementConfiguration

Configuration settings for analytics.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MeasurementConfiguration ( string accountId ) : System

Create a new cofiguration for analytics.

MeasurementConfiguration ( string accountId, string applicationName, string applicationVersion ) : System

Create a new cofiguration for analytics.

Приватные методы

Метод Описание
FormatVersion ( Windows version ) : string

Format the application version number to be sent to analytics.

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

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

Create a new cofiguration for analytics.
public MeasurementConfiguration ( string accountId ) : System
accountId string Google Analytics provided property id in the format UA-XXXX-Y.
Результат System

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

Create a new cofiguration for analytics.
public MeasurementConfiguration ( string accountId, string applicationName, string applicationVersion ) : System
accountId string Google Analytics provided property id in the format UA-XXXX-Y.
applicationName string Name of the application.
applicationVersion string Version of the application.
Результат System