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

Inheritance: MvvmCross.Platform.Core.MvxMainThreadDispatchingObject
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes protégées

Méthode 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

Méthode Description
OnMvxIntentResultReceived ( object sender, MvxIntentResultEventArgs e ) : void

Method Details

DoOnActivity() protected méthode

protected DoOnActivity ( Action action, bool ensureOnMainThread = true ) : void
action Action
ensureOnMainThread bool
Résultat void

ProcessMvxIntentResult() protected méthode

protected ProcessMvxIntentResult ( MvxIntentResultEventArgs result ) : void
result MvvmCross.Platform.Droid.Views.MvxIntentResultEventArgs
Résultat void

StartActivity() protected méthode

protected StartActivity ( Android.Content.Intent intent ) : void
intent Android.Content.Intent
Résultat void

StartActivityForResult() protected méthode

protected StartActivityForResult ( int requestCode, Android.Content.Intent intent ) : void
requestCode int
intent Android.Content.Intent
Résultat void