C# 클래스 Project2FA.UWP.TrackingManager

파일 보기 프로젝트 열기: 2fast-team/2fast 1 사용 예제들

공개 메소드들

메소드 설명
TrackEvent ( string category, string action, string label = "", long value ) : void
TrackException ( Exception ex ) : void
TrackPage ( string pageName ) : void

비공개 메소드들

메소드 설명
TrackingManager ( ) : System

메소드 상세

TrackEvent() 공개 정적인 메소드

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

TrackException() 공개 정적인 메소드

public static TrackException ( Exception ex ) : void
ex Exception
리턴 void

TrackPage() 공개 정적인 메소드

public static TrackPage ( string pageName ) : void
pageName string
리턴 void