C# Класс Segmentio.Analytics

Показать файл Открыть проект

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

Метод Описание
Initialize ( string secret ) : void

Initialized the default Segment.io client with your API secret.

Initialize ( string secret, Options options ) : void

Initialized the default Segment.io client with your API secret.

Reset ( ) : void

Disposes of the current client and allows the creation of a new one

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

Initialize() публичный статический Метод

Initialized the default Segment.io client with your API secret.
public static Initialize ( string secret ) : void
secret string
Результат void

Initialize() публичный статический Метод

Initialized the default Segment.io client with your API secret.
public static Initialize ( string secret, Options options ) : void
secret string
options Options
Результат void

Reset() публичный статический Метод

Disposes of the current client and allows the creation of a new one
public static Reset ( ) : void
Результат void