C# Class XPlatformMenus.Touch.Setup

Inheritance: MvvmCross.iOS.Platform.MvxIosSetup
Afficher le fichier Open project: MvvmCross/MvvmCross-Samples Class Usage Examples

Méthodes publiques

Méthode Description
Setup ( MvxApplicationDelegate applicationDelegate, UIWindow window ) : UIKit

Initializes a new instance of the Setup class.

Méthodes protégées

Méthode Description
CreateApp ( ) : IMvxApplication

Creates the application.

CreateDebugTrace ( ) : IMvxTrace

Creates the debug trace.

CreatePresenter ( ) : IMvxIosViewPresenter
InitializeFirstChance ( ) : void

Method Details

CreateApp() protected méthode

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

CreateDebugTrace() protected méthode

Creates the debug trace.
protected CreateDebugTrace ( ) : IMvxTrace
Résultat IMvxTrace

CreatePresenter() protected méthode

protected CreatePresenter ( ) : IMvxIosViewPresenter
Résultat IMvxIosViewPresenter

InitializeFirstChance() protected méthode

protected InitializeFirstChance ( ) : void
Résultat void

Setup() public méthode

Initializes a new instance of the Setup class.
public Setup ( MvxApplicationDelegate applicationDelegate, UIWindow window ) : UIKit
applicationDelegate MvvmCross.iOS.Platform.MvxApplicationDelegate The application delegate.
window UIWindow The window.
Résultat UIKit