C# 클래스 Appverse.Platform.IPhone.IPhoneScanner

상속: Appverse.Core.Scanner.AbstractScanner
파일 보기 프로젝트 열기: Appverse/appverse-mobile

공개 프로퍼티들

프로퍼티 타입 설명
DEFAULT_ROOT_PATH string

공개 메소드들

메소드 설명
DetectQRCode ( bool autoHandleQR ) : void
DetectQRCodeFront ( bool autoHandleQR ) : void
GenerateQRCode ( MediaQRContent content ) : void
HandleQRCode ( MediaQRContent mediaQRContent ) : QRType
IPhoneScanner ( ) : System

비공개 메소드들

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

메소드 상세

DetectQRCode() 공개 메소드

public DetectQRCode ( bool autoHandleQR ) : void
autoHandleQR bool
리턴 void

DetectQRCodeFront() 공개 메소드

public DetectQRCodeFront ( bool autoHandleQR ) : void
autoHandleQR bool
리턴 void

GenerateQRCode() 공개 메소드

public GenerateQRCode ( MediaQRContent content ) : void
content MediaQRContent
리턴 void

HandleQRCode() 공개 메소드

public HandleQRCode ( MediaQRContent mediaQRContent ) : QRType
mediaQRContent MediaQRContent
리턴 QRType

IPhoneScanner() 공개 메소드

public IPhoneScanner ( ) : System
리턴 System

프로퍼티 상세

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

public static string DEFAULT_ROOT_PATH
리턴 string