C# Class MvvmCross.Platform.Droid.Platform.MvxAndroidTask

Inheritance: MvvmCross.Platform.Core.MvxMainThreadDispatchingObject
显示文件 Open project: MvvmCross/MvvmCross

Protected Methods

Method Description
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

Private Methods

Method Description
OnMvxIntentResultReceived ( object sender, MvxIntentResultEventArgs e ) : void

Method Details

DoOnActivity() protected method

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

ProcessMvxIntentResult() protected method

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

StartActivity() protected method

protected StartActivity ( Android.Content.Intent intent ) : void
intent Android.Content.Intent
return void

StartActivityForResult() protected method

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