C# Class PhotoSharingApp.Universal.Lifecycle.AppLaunchCounter

Manages how often the app has been launched.
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Méthode Description
IsFirstLaunch ( ) : bool

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

RegisterLaunch ( ) : void

Registers the app launch.

Method Details

IsFirstLaunch() public static méthode

Determines whether the app has been launched for the first time.
public static IsFirstLaunch ( ) : bool
Résultat bool

RegisterLaunch() public static méthode

Registers the app launch.
public static RegisterLaunch ( ) : void
Résultat void