C# Class WPCordovaClassLib.Cordova.CordovaCommandCall

Represents Cordova native command call: action callback, etc
Show file Open project: ChristianWeyer/tUdUs Class Usage Examples

Public Methods

Method Description
Parse ( string commandStr ) : CordovaCommandCall

Retrieves command call parameters and creates wrapper for them

Private Methods

Method Description
CordovaCommandCall ( ) : System

Private ctr to disable class creation. New class instance must be initialized via CordovaCommandCall.Parse static method.

Method Details

Parse() public static method

Retrieves command call parameters and creates wrapper for them
public static Parse ( string commandStr ) : CordovaCommandCall
commandStr string Command string in the form 'service/action/callback/args'
return CordovaCommandCall