C# Class BuildIt.Client.iOS.UI.Test.Setup

Inheritance: MvvmCross.iOS.Platform.MvxIosSetup
Datei anzeigen Open project: builttoroam/BuildIt Class Usage Examples

Public Methods

Method Description
Setup ( MvxApplicationDelegate appDelegate, IMvxIosViewPresenter presenter ) : BuildIt.Config.Core.Services.Interfaces

Protected Methods

Method Description
CreateApp ( ) : IMvxApplication
InitializeIoC ( ) : void

Method Details

CreateApp() protected method

protected CreateApp ( ) : IMvxApplication
return IMvxApplication

InitializeIoC() protected method

protected InitializeIoC ( ) : void
return void

Setup() public method

public Setup ( MvxApplicationDelegate appDelegate, IMvxIosViewPresenter presenter ) : BuildIt.Config.Core.Services.Interfaces
appDelegate MvvmCross.iOS.Platform.MvxApplicationDelegate
presenter IMvxIosViewPresenter
return BuildIt.Config.Core.Services.Interfaces