Method | Description | |
---|---|---|
Parse ( string commandStr ) : CordovaCommandCall |
Retrieves command call parameters and creates wrapper for them
|
Method | Description | |
---|---|---|
CordovaCommandCall ( ) : System |
Private ctr to disable class creation. New class instance must be initialized via CordovaCommandCall.Parse static method.
|
public static Parse ( string commandStr ) : CordovaCommandCall | ||
commandStr | string | Command string in the form 'service/action/callback/args' |
return | CordovaCommandCall |