C# Class AndroidChangeSplash.Program

Inheritance: Microsoft.Xna.Framework.AndroidGameActivity
Datei anzeigen Open project: Syderis/CellSDK-Tutorials

Public Properties

Property Type Description
Instance Program

Public Methods

Method Description
Exit ( ) : void

Exit Method.

Protected Methods

Method Description
OnCreate ( Bundle savedInstanceState ) : void

The main method which loads Application.

OnPause ( ) : void

The application's activity pauses the execution

OnResume ( ) : void

The application's activity resumes the execution

Method Details

Exit() public method

Exit Method.
public Exit ( ) : void
return void

OnCreate() protected method

The main method which loads Application.
protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
return void

OnPause() protected method

The application's activity pauses the execution
protected OnPause ( ) : void
return void

OnResume() protected method

The application's activity resumes the execution
protected OnResume ( ) : void
return void

Property Details

Instance public_oe static_oe property

public static Program Instance
return Program