C# Class XFormsUI.App

Inheritance: Xamarin.Forms.Application
Show file Open project: supreettare/XFUI

Public Methods

Method Description
App ( ) : System

Protected Methods

Method Description
OnResume ( ) : void

The on resume.

OnSleep ( ) : void

The on sleep.

OnStart ( ) : void

Method Details

App() public method

public App ( ) : System
return System

OnResume() protected method

The on resume.
protected OnResume ( ) : void
return void

OnSleep() protected method

The on sleep.
protected OnSleep ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void