C# Class MobileKidsIdApp.App

Inheritance: Xamarin.Forms.Application
Show file Open project: HTBox/MobileKidsIdApp

Public Methods

Method Description
App ( ) : MobileKidsIdApp.Services
Init ( IAuthenticate authenticator ) : void

Protected Methods

Method Description
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

Private Methods

Method Description
CheckUserLogin ( ) : System.Threading.Tasks.Task
Logout ( ) : System.Threading.Tasks.Task

Method Details

App() public method

public App ( ) : MobileKidsIdApp.Services
return MobileKidsIdApp.Services

Init() public static method

public static Init ( IAuthenticate authenticator ) : void
authenticator IAuthenticate
return void

OnResume() protected method

protected OnResume ( ) : void
return void

OnSleep() protected method

protected OnSleep ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void