C# 클래스 Microsoft.Toolkit.Uwp.SampleApp.TrackingManager

파일 보기 프로젝트 열기: unoplatform/Uno.WindowsCommunityToolkit

공개 메소드들

메소드 설명
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