C# Class SamplyGame.Droid.MainActivity

Inheritance: Android.App.Activity
Afficher le fichier Open project: xamarin/urho-samples

Méthodes publiques

Méthode Description
DispatchKeyEvent ( Android.Views.KeyEvent e ) : bool
OnLowMemory ( ) : void
OnWindowFocusChanged ( bool hasFocus ) : void

Méthodes protégées

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

Method Details

DispatchKeyEvent() public méthode

public DispatchKeyEvent ( Android.Views.KeyEvent e ) : bool
e Android.Views.KeyEvent
Résultat bool

OnCreate() protected méthode

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

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

OnLowMemory() public méthode

public OnLowMemory ( ) : void
Résultat void

OnPause() protected méthode

protected OnPause ( ) : void
Résultat void

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void

OnWindowFocusChanged() public méthode

public OnWindowFocusChanged ( bool hasFocus ) : void
hasFocus bool
Résultat void