C# Class Pizza.Droid.UI.CustomPresenter

Inheritance: Cirrious.MvvmCross.Droid.Views.MvxAndroidViewPresenter, ICustomPresenter
Afficher le fichier Open project: JelleDamen/CustomMvxAndroidPresenter Class Usage Examples

Méthodes publiques

Méthode Description
ChangePresentation ( Cirrious.MvvmCross.ViewModels.MvxPresentationHint hint ) : void
RegisterHost ( IFragmentHost host ) : void

Registers the host that is provided.

Show ( Cirrious.MvvmCross.ViewModels.MvxViewModelRequest request ) : void

Private Methods

Méthode Description
ResolveHost ( Type typeOfViewModel, IFragmentHost &host ) : bool

Method Details

ChangePresentation() public méthode

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

RegisterHost() public méthode

Registers the host that is provided.
public RegisterHost ( IFragmentHost host ) : void
host IFragmentHost Host.
Résultat void

Show() public méthode

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