C# 클래스 TransitApp.Droid.Setup

Defines the Setup type.
상속: Cirrious.MvvmCross.Droid.Platform.MvxAndroidSetup
파일 보기 프로젝트 열기: nycmobiledev/transit-app

공개 메소드들

메소드 설명
Setup ( Android.Content.Context applicationContext ) : Android.Content

Initializes a new instance of the Setup class.

보호된 메소드들

메소드 설명
CreateApp ( ) : IMvxApplication

Creates the app.

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

메소드 상세

CreateApp() 보호된 메소드

Creates the app.
protected CreateApp ( ) : IMvxApplication
리턴 IMvxApplication

CreateViewPresenter() 보호된 메소드

protected CreateViewPresenter ( ) : IMvxAndroidViewPresenter
리턴 IMvxAndroidViewPresenter

FillTargetFactories() 보호된 메소드

protected FillTargetFactories ( IMvxTargetBindingFactoryRegistry registry ) : void
registry IMvxTargetBindingFactoryRegistry
리턴 void

Setup() 공개 메소드

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