C# Class BLE.Client.BleMvxFormsApp

Inheritance: MvvmCross.Forms.Presenter.Core.MvxFormsApp
Datei anzeigen Open project: xabre/xamarin-bluetooth-le

Public Methods

Method Description
BleMvxFormsApp ( ) : MvvmCross.Forms.Presenter.Core

Protected Methods

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

Method Details

BleMvxFormsApp() public method

public BleMvxFormsApp ( ) : MvvmCross.Forms.Presenter.Core
return MvvmCross.Forms.Presenter.Core

OnResume() protected method

protected OnResume ( ) : void
return void

OnSleep() protected method

protected OnSleep ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void