C# 클래스 WPCordovaClassLib.Cordova.CordovaCommandCall

Represents Cordova native command call: action callback, etc
파일 보기 프로젝트 열기: ChristianWeyer/tUdUs 1 사용 예제들

공개 메소드들

메소드 설명
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