C# Class LondonBike.Analytics

显示文件 Open project: nicwise/londonbikeapp Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
AppLaunched ( ) : void
Dispatch ( ) : bool
TrackEvent ( string category, string action, string label, int @value ) : bool
TrackPageView ( string url ) : bool

Method Details

AppLaunched() public static method

public static AppLaunched ( ) : void
return void

Dispatch() public static method

public static Dispatch ( ) : bool
return bool

TrackEvent() public static method

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

TrackPageView() public static method

public static TrackPageView ( string url ) : bool
url string
return bool

Property Details

ACTION_DOWNLOAD public_oe static_oe property

public static string ACTION_DOWNLOAD
return string

ACTION_MAP_BIKES public_oe static_oe property

public static string ACTION_MAP_BIKES
return string

ACTION_MAP_DOCKS public_oe static_oe property

public static string ACTION_MAP_DOCKS
return string

ACTION_MA_VERSION public_oe static_oe property

public static string ACTION_MA_VERSION
return string

ACTION_MODEL public_oe static_oe property

public static string ACTION_MODEL
return string

ACTION_MODEL_VERSION public_oe static_oe property

public static string ACTION_MODEL_VERSION
return string

ACTION_NEAR_LIST public_oe static_oe property

public static string ACTION_NEAR_LIST
return string

ACTION_ROUTE public_oe static_oe property

public static string ACTION_ROUTE
return string

ACTION_STARTUP public_oe static_oe property

public static string ACTION_STARTUP
return string

ACTION_TIMER_START public_oe static_oe property

public static string ACTION_TIMER_START
return string

ACTION_TIMER_STOP public_oe static_oe property

public static string ACTION_TIMER_STOP
return string

ACTION_VERSION public_oe static_oe property

public static string ACTION_VERSION
return string

CATEGORY_ACTION public_oe static_oe property

public static string CATEGORY_ACTION
return string

CATEGORY_STATS public_oe static_oe property

public static string CATEGORY_STATS
return string