C# Class Automobile.Mobile.Android.Automation.AutomationActivity

Inheritance: Android.App.Activity
Show file Open project: vistaprint/automobile

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Executed when activity is started

OnResume ( ) : void

Executed when activity is on the screen and active

OnStart ( ) : void
OnStop ( ) : void

Method Details

OnCreate() protected method

Executed when activity is started
protected OnCreate ( Bundle bundle ) : void
bundle Bundle Can be used to restore activity to a previous saved state
return void

OnResume() protected method

Executed when activity is on the screen and active
protected OnResume ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void