C# 클래스 Segment.Analytics

파일 보기 프로젝트 열기: Monkimun/Analytics.NET

공개 프로퍼티들

프로퍼티 타입 설명
VERSION string

공개 메소드들

메소드 설명
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.

메소드 상세

Dispose() 공개 정적인 메소드

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

Initialize() 공개 정적인 메소드

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

Initialize() 공개 정적인 메소드

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

프로퍼티 상세

VERSION 공개적으로 정적으로 프로퍼티

public static string VERSION
리턴 string