C# Class Project2FA.UWP.TrackingManager

显示文件 Open project: 2fast-team/2fast Class Usage Examples

Public Methods

Method Description
TrackEvent ( string category, string action, string label = "", long value ) : void
TrackException ( Exception ex ) : void
TrackPage ( string pageName ) : void

Private Methods

Method Description
TrackingManager ( ) : System

Method Details

TrackEvent() public static method

public static TrackEvent ( string category, string action, string label = "", long value ) : void
category string
action string
label string
value long
return void

TrackException() public static method

public static TrackException ( Exception ex ) : void
ex Exception
return void

TrackPage() public static method

public static TrackPage ( string pageName ) : void
pageName string
return void