C# Class Blog.Mobile.App

Inheritance: Xamarin.Forms.Application
Show file Open project: jsnmgpnty/Blogness2.0

Public Properties

Property Type Description
IsLoggedIn bool

Public Methods

Method Description
App ( ) : Blog.Mobile.Views.Home
GetMainPage ( ) : Page

Protected Methods

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

Method Details

App() public method

public App ( ) : Blog.Mobile.Views.Home
return Blog.Mobile.Views.Home

GetMainPage() public static method

public static GetMainPage ( ) : Page
return Xamarin.Forms.Page

OnResume() protected method

protected OnResume ( ) : void
return void

OnSleep() protected method

protected OnSleep ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

Property Details

IsLoggedIn public static property

public static bool IsLoggedIn
return bool