C# Class WPCordovaClassLib.Cordova.Commands.BaseCommand

Inheritance: IDisposable
Mostra file Open project: ChristianWeyer/tUdUs

Public Methods

Method Description
BaseCommand ( ) : System
DispatchCommandResult ( ) : void
DispatchCommandResult ( PluginResult result ) : void
Dispose ( ) : void
GetBaseURL ( ) : string
InvokeMethodNamed ( string methodName ) : object
OnInit ( ) : void

Occurs when the application is being loaded, and the config.xml has an autoload entry

OnPause ( object sender, DeactivatedEventArgs e ) : void

Occurs when the application is being deactivated.

OnReset ( ) : void

Occurs when the application is being deactivated.

OnResume ( object sender, Microsoft e ) : void

Occurs when the application is being made active after previously being put into a dormant state or tombstoned.

Private Methods

Method Description
InvokeCustomScript ( ScriptCallback script, bool removeHandler ) : void

Method Details

BaseCommand() public method

public BaseCommand ( ) : System
return System

DispatchCommandResult() public method

public DispatchCommandResult ( ) : void
return void

DispatchCommandResult() public method

public DispatchCommandResult ( PluginResult result ) : void
result PluginResult
return void

Dispose() public method

public Dispose ( ) : void
return void

GetBaseURL() public static method

public static GetBaseURL ( ) : string
return string

InvokeMethodNamed() public method

public InvokeMethodNamed ( string methodName ) : object
methodName string
return object

OnInit() public method

Occurs when the application is being loaded, and the config.xml has an autoload entry
public OnInit ( ) : void
return void

OnPause() public method

Occurs when the application is being deactivated.
public OnPause ( object sender, DeactivatedEventArgs e ) : void
sender object
e DeactivatedEventArgs
return void

OnReset() public method

Occurs when the application is being deactivated.
public OnReset ( ) : void
return void

OnResume() public method

Occurs when the application is being made active after previously being put into a dormant state or tombstoned.
public OnResume ( object sender, Microsoft e ) : void
sender object
e Microsoft
return void