C# 클래스 MvvmCross.Droid.Views.MvxActivityViewExtensions

파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
AddEventListeners ( this activity ) : void
OnViewCreate ( this androidView, Bundle bundle ) : void
OnViewDestroy ( this androidView ) : void
OnViewNewIntent ( this androidView ) : void
OnViewPause ( this androidView ) : void
OnViewRestart ( this androidView ) : void
OnViewResume ( this androidView ) : void
OnViewStart ( this androidView ) : void
OnViewStop ( this androidView ) : void
ToActivity ( this androidView ) : Android.App.Activity

비공개 메소드들

메소드 설명
EnsureSetupInitialized ( this androidView ) : void
GetSavedStateFromBundle ( Bundle bundle ) : IMvxBundle
LoadViewModel ( this androidView, IMvxBundle savedState ) : IMvxViewModel
OnLifetimeEvent ( this androidView, Activity>.Action report ) : void

메소드 상세

AddEventListeners() 공개 정적인 메소드

public static AddEventListeners ( this activity ) : void
activity this
리턴 void

OnViewCreate() 공개 정적인 메소드

public static OnViewCreate ( this androidView, Bundle bundle ) : void
androidView this
bundle Bundle
리턴 void

OnViewDestroy() 공개 정적인 메소드

public static OnViewDestroy ( this androidView ) : void
androidView this
리턴 void

OnViewNewIntent() 공개 정적인 메소드

public static OnViewNewIntent ( this androidView ) : void
androidView this
리턴 void

OnViewPause() 공개 정적인 메소드

public static OnViewPause ( this androidView ) : void
androidView this
리턴 void

OnViewRestart() 공개 정적인 메소드

public static OnViewRestart ( this androidView ) : void
androidView this
리턴 void

OnViewResume() 공개 정적인 메소드

public static OnViewResume ( this androidView ) : void
androidView this
리턴 void

OnViewStart() 공개 정적인 메소드

public static OnViewStart ( this androidView ) : void
androidView this
리턴 void

OnViewStop() 공개 정적인 메소드

public static OnViewStop ( this androidView ) : void
androidView this
리턴 void

ToActivity() 공개 정적인 메소드

public static ToActivity ( this androidView ) : Android.App.Activity
androidView this
리턴 Android.App.Activity