C# Class BlackBerry.InvokeRequest

Inheritance: IDisposable
Show file Open project: roblillack/monoberry Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
InvokeRequest ( ) : System

Private Methods

Method Description
InvokeRequest ( IntPtr hndl ) : System
navigator_invoke_invocation_create ( IntPtr &hndl ) : int
navigator_invoke_invocation_destroy ( IntPtr hndl ) : int
navigator_invoke_invocation_get_action ( IntPtr hndl ) : string
navigator_invoke_invocation_get_type ( IntPtr hndl ) : string
navigator_invoke_invocation_send ( IntPtr hndl ) : int
navigator_invoke_invocation_set_action ( IntPtr hndl, string action ) : int
navigator_invoke_invocation_set_data ( IntPtr hndl, byte data ) : int
navigator_invoke_invocation_set_metadata ( IntPtr hndl, string metadata ) : int
navigator_invoke_invocation_set_source ( IntPtr hndl, string source ) : int
navigator_invoke_invocation_set_target ( IntPtr hndl, string target ) : int
navigator_invoke_invocation_set_type ( IntPtr hndl, string type ) : int
navigator_invoke_invocation_set_uri ( IntPtr hndl, string uri ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InvokeRequest() public method

public InvokeRequest ( ) : System
return System