C# Класс WPCordovaClassLib.Cordova.CordovaCommandCall

Represents Cordova native command call: action callback, etc
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Parse ( string commandStr ) : CordovaCommandCall

Retrieves command call parameters and creates wrapper for them

Приватные методы

Метод Описание
CordovaCommandCall ( ) : System

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

Описание методов

Parse() публичный статический Метод

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'
Результат CordovaCommandCall