Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PhotoSharingApp
Universal
Lifecycle
AppLaunchCounter
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