C# 클래스 PhotoSharingApp.Universal.Lifecycle.AppLaunchCounter

Manages how often the app has been launched.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
IsFirstLaunch ( ) : bool

Determines whether the app has been launched for the first time.

RegisterLaunch ( ) : void

Registers the app launch.

메소드 상세

IsFirstLaunch() 공개 정적인 메소드

Determines whether the app has been launched for the first time.
public static IsFirstLaunch ( ) : bool
리턴 bool

RegisterLaunch() 공개 정적인 메소드

Registers the app launch.
public static RegisterLaunch ( ) : void
리턴 void