C# Class TransitApp.Droid.Setup

Defines the Setup type.
Inheritance: Cirrious.MvvmCross.Droid.Platform.MvxAndroidSetup
Afficher le fichier Open project: nycmobiledev/transit-app

Méthodes publiques

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

Initializes a new instance of the Setup class.

Méthodes protégées

Méthode Description
CreateApp ( ) : IMvxApplication

Creates the app.

CreateViewPresenter ( ) : IMvxAndroidViewPresenter
FillTargetFactories ( IMvxTargetBindingFactoryRegistry registry ) : void

Method Details

CreateApp() protected méthode

Creates the app.
protected CreateApp ( ) : IMvxApplication
Résultat IMvxApplication

CreateViewPresenter() protected méthode

protected CreateViewPresenter ( ) : IMvxAndroidViewPresenter
Résultat IMvxAndroidViewPresenter

FillTargetFactories() protected méthode

protected FillTargetFactories ( IMvxTargetBindingFactoryRegistry registry ) : void
registry IMvxTargetBindingFactoryRegistry
Résultat void

Setup() public méthode

Initializes a new instance of the Setup class.
public Setup ( Android.Content.Context applicationContext ) : Android.Content
applicationContext Android.Content.Context The application context.
Résultat Android.Content