C# Class AzureMobileAuthN.SampleApp.Droid.Setup

Inheritance: Cirrious.MvvmCross.Droid.Platform.MvxAndroidSetup
Datei anzeigen Open project: kstreet/Street.MvxPlugins

Public Methods

Method Description
Setup ( Android.Content.Context applicationContext ) : System

Protected Methods

Method Description
CreateApp ( ) : IMvxApplication
CreateDebugTrace ( ) : IMvxTrace
GetPluginConfiguration ( Type plugin ) : IMvxPluginConfiguration
GetViewModelAssemblies ( ) : System.Reflection.Assembly[]
InitializeLastChance ( ) : void
InitializeViewLookup ( ) : void

Method Details

CreateApp() protected method

protected CreateApp ( ) : IMvxApplication
return IMvxApplication

CreateDebugTrace() protected method

protected CreateDebugTrace ( ) : IMvxTrace
return IMvxTrace

GetPluginConfiguration() protected method

protected GetPluginConfiguration ( Type plugin ) : IMvxPluginConfiguration
plugin System.Type
return IMvxPluginConfiguration

GetViewModelAssemblies() protected method

protected GetViewModelAssemblies ( ) : System.Reflection.Assembly[]
return System.Reflection.Assembly[]

InitializeLastChance() protected method

protected InitializeLastChance ( ) : void
return void

InitializeViewLookup() protected method

protected InitializeViewLookup ( ) : void
return void

Setup() public method

public Setup ( Android.Content.Context applicationContext ) : System
applicationContext Android.Content.Context
return System