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

Inheritance: Android.App.Activity
Afficher le fichier Open project: vistaprint/automobile

Méthodes protégées

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

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

OnResume() protected méthode

Executed when activity is on the screen and active
protected OnResume ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void