C# Class Segmentio.Analytics

Mostra file Open project: Monkimun/segmentio-unity

Public Methods

Method Description
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

Method Details

Initialize() public static method

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

Initialize() public static method

Initialized the default Segment.io client with your API secret.
public static Initialize ( string secret, Options options ) : void
secret string
options Options
return void

Reset() public static method

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