Property | Type | Description | |
---|---|---|---|
DEFAULT_ROOT_PATH | string |
Method | Description | |
---|---|---|
DetectQRCode ( bool autoHandleQR ) : void | ||
DetectQRCodeFront ( bool autoHandleQR ) : void | ||
GenerateQRCode ( MediaQRContent content ) : void | ||
HandleQRCode ( MediaQRContent mediaQRContent ) : QRType | ||
IPhoneScanner ( ) : System |
Method | Description | |
---|---|---|
BarcodeToZxing ( BarCodeType format ) : ZXing.BarcodeFormat | ||
FireUnityJavascriptEvent ( UIViewController viewController, string method, object data ) : void | ||
ShowAlert ( object alertData ) : void | ||
StartNotifyAlert ( string title, string message, string buttonText ) : bool | ||
ZxingToBarcode ( ZXing format ) : BarCodeType | ||
encodeQRCodeContents ( MediaQRContent qrCode ) : MediaQRContent | ||
getQRTypeFromCode ( ZXing readQRCode ) : QRType |
public DetectQRCode ( bool autoHandleQR ) : void | ||
autoHandleQR | bool | |
return | void |
public DetectQRCodeFront ( bool autoHandleQR ) : void | ||
autoHandleQR | bool | |
return | void |
public GenerateQRCode ( MediaQRContent content ) : void | ||
content | MediaQRContent | |
return | void |
public HandleQRCode ( MediaQRContent mediaQRContent ) : QRType | ||
mediaQRContent | MediaQRContent | |
return | QRType |