C# Class Segment.Analytics

Mostra file Open project: Monkimun/Analytics.NET

Public Properties

Property Type Description
VERSION string

Public Methods

Method Description
Dispose ( ) : void

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

Initialize ( string writeKey ) : void

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

Initialize ( string writeKey, Config config ) : void

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

Method Details

Dispose() public static method

Disposes of the current client and allows the creation of a new one
public static Dispose ( ) : void
return void

Initialize() public static method

Initialized the default Segment.io client with your API writeKey.
public static Initialize ( string writeKey ) : void
writeKey string
return void

Initialize() public static method

Initialized the default Segment.io client with your API writeKey.
public static Initialize ( string writeKey, Config config ) : void
writeKey string
config Config
return void

Property Details

VERSION public_oe static_oe property

public static string VERSION
return string