C# Class MobileKidsIdApp.App

Inheritance: Xamarin.Forms.Application
Afficher le fichier Open project: HTBox/MobileKidsIdApp

Méthodes publiques

Méthode Description
App ( ) : MobileKidsIdApp.Services
Init ( IAuthenticate authenticator ) : void

Méthodes protégées

Méthode Description
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

Private Methods

Méthode Description
CheckUserLogin ( ) : System.Threading.Tasks.Task
Logout ( ) : System.Threading.Tasks.Task

Method Details

App() public méthode

public App ( ) : MobileKidsIdApp.Services
Résultat MobileKidsIdApp.Services

Init() public static méthode

public static Init ( IAuthenticate authenticator ) : void
authenticator IAuthenticate
Résultat void

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void

OnSleep() protected méthode

protected OnSleep ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void