C# Class LondonBike.Analytics

Afficher le fichier Open project: nicwise/londonbikeapp Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Method Details

AppLaunched() public static méthode

public static AppLaunched ( ) : void
Résultat void

Dispatch() public static méthode

public static Dispatch ( ) : bool
Résultat bool

TrackEvent() public static méthode

public static TrackEvent ( string category, string action, string label, int @value ) : bool
category string
action string
label string
@value int
Résultat bool

TrackPageView() public static méthode

public static TrackPageView ( string url ) : bool
url string
Résultat bool

Property Details

ACTION_DOWNLOAD public_oe static_oe property

public static string ACTION_DOWNLOAD
Résultat string

ACTION_MAP_BIKES public_oe static_oe property

public static string ACTION_MAP_BIKES
Résultat string

ACTION_MAP_DOCKS public_oe static_oe property

public static string ACTION_MAP_DOCKS
Résultat string

ACTION_MA_VERSION public_oe static_oe property

public static string ACTION_MA_VERSION
Résultat string

ACTION_MODEL public_oe static_oe property

public static string ACTION_MODEL
Résultat string

ACTION_MODEL_VERSION public_oe static_oe property

public static string ACTION_MODEL_VERSION
Résultat string

ACTION_NEAR_LIST public_oe static_oe property

public static string ACTION_NEAR_LIST
Résultat string

ACTION_ROUTE public_oe static_oe property

public static string ACTION_ROUTE
Résultat string

ACTION_STARTUP public_oe static_oe property

public static string ACTION_STARTUP
Résultat string

ACTION_TIMER_START public_oe static_oe property

public static string ACTION_TIMER_START
Résultat string

ACTION_TIMER_STOP public_oe static_oe property

public static string ACTION_TIMER_STOP
Résultat string

ACTION_VERSION public_oe static_oe property

public static string ACTION_VERSION
Résultat string

CATEGORY_ACTION public_oe static_oe property

public static string CATEGORY_ACTION
Résultat string

CATEGORY_STATS public_oe static_oe property

public static string CATEGORY_STATS
Résultat string