C# Class AzureMobileAuthN.SampleApp.Droid.Setup

Inheritance: Cirrious.MvvmCross.Droid.Platform.MvxAndroidSetup
Afficher le fichier Open project: kstreet/Street.MvxPlugins

Méthodes publiques

Méthode Description
Setup ( Android.Content.Context applicationContext ) : System

Méthodes protégées

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

Method Details

CreateApp() protected méthode

protected CreateApp ( ) : IMvxApplication
Résultat IMvxApplication

CreateDebugTrace() protected méthode

protected CreateDebugTrace ( ) : IMvxTrace
Résultat IMvxTrace

GetPluginConfiguration() protected méthode

protected GetPluginConfiguration ( Type plugin ) : IMvxPluginConfiguration
plugin System.Type
Résultat IMvxPluginConfiguration

GetViewModelAssemblies() protected méthode

protected GetViewModelAssemblies ( ) : System.Reflection.Assembly[]
Résultat System.Reflection.Assembly[]

InitializeLastChance() protected méthode

protected InitializeLastChance ( ) : void
Résultat void

InitializeViewLookup() protected méthode

protected InitializeViewLookup ( ) : void
Résultat void

Setup() public méthode

public Setup ( Android.Content.Context applicationContext ) : System
applicationContext Android.Content.Context
Résultat System