C# Class MvvmCrossNavigationDemo.iOS.MvxFormsTouchPagePresenter

Inheritance: Cirrious.MvvmCross.Touch.Views.Presenters.MvxTouchViewPresenter
Afficher le fichier Open project: rid00z/MvvmCrossNavigationDemo

Méthodes publiques

Méthode Description
ChangePresentation ( Cirrious.MvvmCross.ViewModels.MvxPresentationHint hint ) : void
MvxFormsTouchPagePresenter ( IUIApplicationDelegate applicationDelegate, UIWindow window ) : System
Show ( Cirrious.MvvmCross.ViewModels.MvxViewModelRequest request ) : void

Method Details

ChangePresentation() public méthode

public ChangePresentation ( Cirrious.MvvmCross.ViewModels.MvxPresentationHint hint ) : void
hint Cirrious.MvvmCross.ViewModels.MvxPresentationHint
Résultat void

MvxFormsTouchPagePresenter() public méthode

public MvxFormsTouchPagePresenter ( IUIApplicationDelegate applicationDelegate, UIWindow window ) : System
applicationDelegate IUIApplicationDelegate
window UIWindow
Résultat System

Show() public méthode

public Show ( Cirrious.MvvmCross.ViewModels.MvxViewModelRequest request ) : void
request Cirrious.MvvmCross.ViewModels.MvxViewModelRequest
Résultat void