C# Class Touch.Setup

Inheritance: MvvmCross.iOS.Platform.MvxIosSetup
Show file Open project: Cheesebaron/Cheesebaron.MvxPlugins Class Usage Examples

Public Methods

Method Description
Setup ( IMvxApplicationDelegate applicationDelegate, IMvxIosViewPresenter presenter ) : MvvmCross.iOS.Platform
Setup ( IMvxApplicationDelegate applicationDelegate, UIWindow window ) : MvvmCross.iOS.Platform

Protected Methods

Method Description
CreateApp ( ) : IMvxApplication

Method Details

CreateApp() protected method

protected CreateApp ( ) : IMvxApplication
return IMvxApplication

Setup() public method

public Setup ( IMvxApplicationDelegate applicationDelegate, IMvxIosViewPresenter presenter ) : MvvmCross.iOS.Platform
applicationDelegate IMvxApplicationDelegate
presenter IMvxIosViewPresenter
return MvvmCross.iOS.Platform

Setup() public method

public Setup ( IMvxApplicationDelegate applicationDelegate, UIWindow window ) : MvvmCross.iOS.Platform
applicationDelegate IMvxApplicationDelegate
window UIWindow
return MvvmCross.iOS.Platform