C# Class Cirrious.MvvmCross.Droid.Fragging.MvxEventSourceFragmentActivity

Inheritance: FragmentActivity, IMvxEventSourceActivity
Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes publiques

Méthode Description
StartActivityForResult ( Android.Content.Intent intent, int requestCode ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnActivityResult ( int requestCode, Result resultCode, Android.Content.Intent data ) : void
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void
OnNewIntent ( Android.Content.Intent intent ) : void
OnPause ( ) : void
OnRestart ( ) : void
OnResume ( ) : void
OnSaveInstanceState ( Bundle outState ) : void
OnStart ( ) : void
OnStop ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnActivityResult() protected méthode

protected OnActivityResult ( int requestCode, Result resultCode, Android.Content.Intent data ) : void
requestCode int
resultCode Result
data Android.Content.Intent
Résultat void

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

OnNewIntent() protected méthode

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

OnPause() protected méthode

protected OnPause ( ) : void
Résultat void

OnRestart() protected méthode

protected OnRestart ( ) : void
Résultat void

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void

OnSaveInstanceState() protected méthode

protected OnSaveInstanceState ( Bundle outState ) : void
outState Bundle
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

StartActivityForResult() public méthode

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