C# Class MyDriving.Droid.MainActivity

Inheritance: BaseActivity
Afficher le fichier Open project: Azure-Samples/MyDriving

Méthodes publiques

Méthode Description
OnBackPressed ( ) : void
OnOptionsItemSelected ( IMenuItem item ) : bool

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void
OnPause ( ) : void
OnStart ( ) : void

Private Methods

Méthode Description
CheckForUpdates ( ) : void
InitializeHockeyApp ( ) : void
ListItemClicked ( int itemId ) : void
UnregisterManagers ( ) : void

Method Details

OnBackPressed() public méthode

public OnBackPressed ( ) : void
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

OnOptionsItemSelected() public méthode

public OnOptionsItemSelected ( IMenuItem item ) : bool
item IMenuItem
Résultat bool

OnPause() protected méthode

protected OnPause ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void