프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DocumentsFolder |
메소드 | 설명 | |
---|---|---|
BarcodeToZxing ( BarCodeType format ) : BarcodeFormat | ||
CreateHttpClientOptions ( bool bAllowAutoRedirect ) : HttpBaseProtocolFilter | ||
EnumerateDevices ( DeviceClass deviceClass ) : Task |
||
EvaluateJavascript ( string sJavascript ) : Task | ||
GetFileFromReferenceURL ( string sReferenceUrl ) : Task |
||
GetQRTypeFromCode ( Result readQRCode ) : QRType | ||
GetQueryParams ( String queryText ) : string>.IDictionary |
||
InvokeCallback ( string callbackFunction, string callbackId, string jsonResultString ) : Task | ||
Log ( string sMessage ) : Task | ||
SendLogFileToDeveloper ( ) : Task | ||
WriteAppverseContextInFile ( string sAppverseContext ) : Task |
||
ZxingToBarcode ( BarcodeFormat format ) : BarCodeType |
메소드 | 설명 | |
---|---|---|
FireJavascript ( string sJavascript ) : Task | ||
FireJsCallback ( string callbackFunction, string callbackId, string jsonResultString ) : Task | ||
GetMethodInvokersList ( object target ) : IEnumerable |
||
WindowsPhoneUtils ( ) : Appverse.Core.Scanner |
public static BarcodeToZxing ( BarCodeType format ) : BarcodeFormat | ||
format | BarCodeType | |
리턴 | BarcodeFormat |
public static CreateHttpClientOptions ( bool bAllowAutoRedirect ) : HttpBaseProtocolFilter | ||
bAllowAutoRedirect | bool | |
리턴 | HttpBaseProtocolFilter |
public static EnumerateDevices ( DeviceClass deviceClass ) : Task |
||
deviceClass | DeviceClass | |
리턴 | Task |
public static EvaluateJavascript ( string sJavascript ) : Task | ||
sJavascript | string | |
리턴 | Task |
public static GetFileFromReferenceURL ( string sReferenceUrl ) : Task |
||
sReferenceUrl | string | |
리턴 | Task |
public static GetQRTypeFromCode ( Result readQRCode ) : QRType | ||
readQRCode | Result | |
리턴 | QRType |
public static GetQueryParams ( String queryText ) : string>.IDictionary |
||
queryText | String | |
리턴 | string>.IDictionary |
public static InvokeCallback ( string callbackFunction, string callbackId, string jsonResultString ) : Task | ||
callbackFunction | string | |
callbackId | string | |
jsonResultString | string | |
리턴 | Task |
public static WriteAppverseContextInFile ( string sAppverseContext ) : Task |
||
sAppverseContext | string | |
리턴 | Task |
public static ZxingToBarcode ( BarcodeFormat format ) : BarCodeType | ||
format | BarcodeFormat | |
리턴 | BarCodeType |