Property | Type | Description | |
---|---|---|---|
DocumentsFolder |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | BarcodeFormat |
public static CreateHttpClientOptions ( bool bAllowAutoRedirect ) : HttpBaseProtocolFilter | ||
bAllowAutoRedirect | bool | |
return | HttpBaseProtocolFilter |
public static EnumerateDevices ( DeviceClass deviceClass ) : Task |
||
deviceClass | DeviceClass | |
return | Task |
public static EvaluateJavascript ( string sJavascript ) : Task | ||
sJavascript | string | |
return | Task |
public static GetFileFromReferenceURL ( string sReferenceUrl ) : Task |
||
sReferenceUrl | string | |
return | Task |
public static GetQRTypeFromCode ( Result readQRCode ) : QRType | ||
readQRCode | Result | |
return | QRType |
public static GetQueryParams ( String queryText ) : string>.IDictionary |
||
queryText | String | |
return | string>.IDictionary |
public static InvokeCallback ( string callbackFunction, string callbackId, string jsonResultString ) : Task | ||
callbackFunction | string | |
callbackId | string | |
jsonResultString | string | |
return | Task |
public static SendLogFileToDeveloper ( ) : Task | ||
return | Task |
public static WriteAppverseContextInFile ( string sAppverseContext ) : Task |
||
sAppverseContext | string | |
return | Task |
public static ZxingToBarcode ( BarcodeFormat format ) : BarCodeType | ||
format | BarcodeFormat | |
return | BarCodeType |