C# Class PlatformSpecifics.App

Inheritance: Application
Datei anzeigen Open project: xamarin/xamarin-forms-samples

Public Methods

Method Description
App ( ) : Xamarin.Forms
SetMainPage ( Page rootPage ) : void

Protected Methods

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

Method Details

App() public method

public App ( ) : Xamarin.Forms
return Xamarin.Forms

OnResume() protected method

protected OnResume ( ) : void
return void

OnSleep() protected method

protected OnSleep ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

SetMainPage() public method

public SetMainPage ( Page rootPage ) : void
rootPage Page
return void