C# 클래스 LondonBike.Analytics

파일 보기 프로젝트 열기: nicwise/londonbikeapp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ACTION_DOWNLOAD string
ACTION_MAP_BIKES string
ACTION_MAP_DOCKS string
ACTION_MA_VERSION string
ACTION_MODEL string
ACTION_MODEL_VERSION string
ACTION_NEAR_LIST string
ACTION_ROUTE string
ACTION_STARTUP string
ACTION_TIMER_START string
ACTION_TIMER_STOP string
ACTION_VERSION string
CATEGORY_ACTION string
CATEGORY_STATS string

공개 메소드들

메소드 설명
AppLaunched ( ) : void
Dispatch ( ) : bool
TrackEvent ( string category, string action, string label, int @value ) : bool
TrackPageView ( string url ) : bool

메소드 상세

AppLaunched() 공개 정적인 메소드

public static AppLaunched ( ) : void
리턴 void

Dispatch() 공개 정적인 메소드

public static Dispatch ( ) : bool
리턴 bool

TrackEvent() 공개 정적인 메소드

public static TrackEvent ( string category, string action, string label, int @value ) : bool
category string
action string
label string
@value int
리턴 bool

TrackPageView() 공개 정적인 메소드

public static TrackPageView ( string url ) : bool
url string
리턴 bool

프로퍼티 상세

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

public static string ACTION_DOWNLOAD
리턴 string

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

public static string ACTION_MAP_BIKES
리턴 string

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

public static string ACTION_MAP_DOCKS
리턴 string

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

public static string ACTION_MA_VERSION
리턴 string

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

public static string ACTION_MODEL
리턴 string

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

public static string ACTION_MODEL_VERSION
리턴 string

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

public static string ACTION_NEAR_LIST
리턴 string

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

public static string ACTION_ROUTE
리턴 string

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

public static string ACTION_STARTUP
리턴 string

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

public static string ACTION_TIMER_START
리턴 string

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

public static string ACTION_TIMER_STOP
리턴 string

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

public static string ACTION_VERSION
리턴 string

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

public static string CATEGORY_ACTION
리턴 string

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

public static string CATEGORY_STATS
리턴 string