C# Class PhotoSharingApp.Universal.Lifecycle.AppLaunchCounter

Manages how often the app has been launched.
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

Method 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 method

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

RegisterLaunch() public static method

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