C# Class Appverse.Platform.IPhone.IPhoneScanner

Inheritance: Appverse.Core.Scanner.AbstractScanner
ファイルを表示 Open project: Appverse/appverse-mobile

Public Properties

Property Type Description
DEFAULT_ROOT_PATH string

Public Methods

Method Description
DetectQRCode ( bool autoHandleQR ) : void
DetectQRCodeFront ( bool autoHandleQR ) : void
GenerateQRCode ( MediaQRContent content ) : void
HandleQRCode ( MediaQRContent mediaQRContent ) : QRType
IPhoneScanner ( ) : System

Private Methods

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

Method Details

DetectQRCode() public method

public DetectQRCode ( bool autoHandleQR ) : void
autoHandleQR bool
return void

DetectQRCodeFront() public method

public DetectQRCodeFront ( bool autoHandleQR ) : void
autoHandleQR bool
return void

GenerateQRCode() public method

public GenerateQRCode ( MediaQRContent content ) : void
content MediaQRContent
return void

HandleQRCode() public method

public HandleQRCode ( MediaQRContent mediaQRContent ) : QRType
mediaQRContent MediaQRContent
return QRType

IPhoneScanner() public method

public IPhoneScanner ( ) : System
return System

Property Details

DEFAULT_ROOT_PATH public_oe static_oe property

public static string DEFAULT_ROOT_PATH
return string