C# 클래스 MvvmCross.Platform.Droid.Platform.MvxAndroidTask

상속: MvvmCross.Platform.Core.MvxMainThreadDispatchingObject
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

보호된 메소드들

메소드 설명
DoOnActivity ( Action action, bool ensureOnMainThread = true ) : void
ProcessMvxIntentResult ( MvxIntentResultEventArgs result ) : void
StartActivity ( Android.Content.Intent intent ) : void
StartActivityForResult ( int requestCode, Android.Content.Intent intent ) : void

비공개 메소드들

메소드 설명
OnMvxIntentResultReceived ( object sender, MvxIntentResultEventArgs e ) : void

메소드 상세

DoOnActivity() 보호된 메소드

protected DoOnActivity ( Action action, bool ensureOnMainThread = true ) : void
action Action
ensureOnMainThread bool
리턴 void

ProcessMvxIntentResult() 보호된 메소드

protected ProcessMvxIntentResult ( MvxIntentResultEventArgs result ) : void
result MvvmCross.Platform.Droid.Views.MvxIntentResultEventArgs
리턴 void

StartActivity() 보호된 메소드

protected StartActivity ( Android.Content.Intent intent ) : void
intent Android.Content.Intent
리턴 void

StartActivityForResult() 보호된 메소드

protected StartActivityForResult ( int requestCode, Android.Content.Intent intent ) : void
requestCode int
intent Android.Content.Intent
리턴 void