C# Class Accelerometer.Program

Inheritance: Kernel
Mostra file Open project: Syderis/CellSDK-Tutorials Class Usage Examples

Public Properties

Property Type Description
Instance Program

Public Methods

Method Description
Exit ( ) : void

Exit Method.

FinishedLaunching ( UIApplication app ) : void

Protected Methods

Method Description
Initialize ( ) : void

The main entry point for the application.

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

Private Methods

Method Description
Main ( string args ) : void

Method Details

Exit() public method

Exit Method.
public Exit ( ) : void
return void

FinishedLaunching() public method

public FinishedLaunching ( UIApplication app ) : void
app UIApplication
return void

Initialize() protected method

The main entry point for the application.
protected Initialize ( ) : 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