C# Class Reign.Core.AndroidApplication

Inheritance: Android.App.Activity, ApplicationI
Mostra file Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
AndroidApplication ( ) : System
BackEvent ( ) : bool
Close ( ) : void
Closing ( ) : void
HideCursor ( ) : void
Init ( ApplicationDesc desc ) : void
OnKeyUp ( Android keyCode, Android e ) : bool
Pause ( ) : void
Render ( Time time ) : void
Resume ( ) : void
ShowCursor ( ) : void
Shown ( ) : void
Update ( Time time ) : void

Protected Methods

Method Description
OnCreate ( Bundle savedInstanceState ) : void
OnDestroy ( ) : void
OnStart ( ) : void
OnStop ( ) : void

Private Methods

Method Description
handleEvent ( ApplicationEvent applicationEvent ) : void

Method Details

AndroidApplication() public method

public AndroidApplication ( ) : System
return System

BackEvent() public method

public BackEvent ( ) : bool
return bool

Close() public method

public Close ( ) : void
return void

Closing() public method

public Closing ( ) : void
return void

HideCursor() public method

public HideCursor ( ) : void
return void

Init() public method

public Init ( ApplicationDesc desc ) : void
desc ApplicationDesc
return void

OnCreate() protected method

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

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnKeyUp() public method

public OnKeyUp ( Android keyCode, Android e ) : bool
keyCode Android
e Android
return bool

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Render() public method

public Render ( Time time ) : void
time Time
return void

Resume() public method

public Resume ( ) : void
return void

ShowCursor() public method

public ShowCursor ( ) : void
return void

Shown() public method

public Shown ( ) : void
return void

Update() public method

public Update ( Time time ) : void
time Time
return void