C# 클래스 Cirrious.MvvmCross.Touch.Views.Presenters.MvxBaseTouchViewPresenter

상속: IMvxTouchViewPresenter
파일 보기 프로젝트 열기: Everbridge/sm-MvvmCross

공개 메소드들

메소드 설명
ChangePresentation ( MvxPresentationHint hint ) : void
NativeModalViewControllerDisappearedOnItsOwn ( ) : void
PresentModalViewController ( UIViewController viewController, bool animated ) : bool
Show ( MvxViewModelRequest request ) : void

메소드 상세

ChangePresentation() 공개 메소드

public ChangePresentation ( MvxPresentationHint hint ) : void
hint MvxPresentationHint
리턴 void

NativeModalViewControllerDisappearedOnItsOwn() 공개 메소드

public NativeModalViewControllerDisappearedOnItsOwn ( ) : void
리턴 void

PresentModalViewController() 공개 메소드

public PresentModalViewController ( UIViewController viewController, bool animated ) : bool
viewController UIViewController
animated bool
리턴 bool

Show() 공개 메소드

public Show ( MvxViewModelRequest request ) : void
request MvxViewModelRequest
리턴 void