C# Class Cirrious.CrossCore.Droid.Views.MvxEventSourceActivity

Inheritance: Android.App.Activity, IMvxEventSourceActivity
Show file Open project: Everbridge/sm-MvvmCross

Public Methods

Method Description
StartActivityForResult ( Android.Content.Intent intent, int requestCode ) : void

Protected Methods

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

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnActivityResult() protected method

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

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnNewIntent() protected method

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

OnPause() protected method

protected OnPause ( ) : void
return void

OnRestart() protected method

protected OnRestart ( ) : void
return void

OnResume() protected method

protected OnResume ( ) : void
return void

OnSaveInstanceState() protected method

protected OnSaveInstanceState ( Bundle outState ) : void
outState Bundle
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void

StartActivityForResult() public method

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