C# 클래스 UnityPlatformWindowsPhone.WindowsPhoneUtils

파일 보기 프로젝트 열기: Appverse/appverse-mobile

공개 프로퍼티들

프로퍼티 타입 설명
DocumentsFolder Windows.Storage.StorageFolder

공개 메소드들

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

메소드 상세

BarcodeToZxing() 공개 정적인 메소드

public static BarcodeToZxing ( BarCodeType format ) : BarcodeFormat
format BarCodeType
리턴 BarcodeFormat

CreateHttpClientOptions() 공개 정적인 메소드

public static CreateHttpClientOptions ( bool bAllowAutoRedirect ) : HttpBaseProtocolFilter
bAllowAutoRedirect bool
리턴 HttpBaseProtocolFilter

EnumerateDevices() 공개 정적인 메소드

public static EnumerateDevices ( DeviceClass deviceClass ) : Task>
deviceClass DeviceClass
리턴 Task>

EvaluateJavascript() 공개 정적인 메소드

public static EvaluateJavascript ( string sJavascript ) : Task
sJavascript string
리턴 Task

GetFileFromReferenceURL() 공개 정적인 메소드

public static GetFileFromReferenceURL ( string sReferenceUrl ) : Task
sReferenceUrl string
리턴 Task

GetQRTypeFromCode() 공개 정적인 메소드

public static GetQRTypeFromCode ( Result readQRCode ) : QRType
readQRCode Result
리턴 QRType

GetQueryParams() 공개 정적인 메소드

public static GetQueryParams ( String queryText ) : string>.IDictionary
queryText String
리턴 string>.IDictionary

InvokeCallback() 공개 정적인 메소드

public static InvokeCallback ( string callbackFunction, string callbackId, string jsonResultString ) : Task
callbackFunction string
callbackId string
jsonResultString string
리턴 Task

Log() 공개 정적인 메소드

public static Log ( string sMessage ) : Task
sMessage string
리턴 Task

SendLogFileToDeveloper() 공개 정적인 메소드

public static SendLogFileToDeveloper ( ) : Task
리턴 Task

WriteAppverseContextInFile() 공개 정적인 메소드

public static WriteAppverseContextInFile ( string sAppverseContext ) : Task
sAppverseContext string
리턴 Task

ZxingToBarcode() 공개 정적인 메소드

public static ZxingToBarcode ( BarcodeFormat format ) : BarCodeType
format BarcodeFormat
리턴 BarCodeType

프로퍼티 상세

DocumentsFolder 공개적으로 정적으로 프로퍼티

public static StorageFolder,Windows.Storage DocumentsFolder
리턴 Windows.Storage.StorageFolder