C# Class Appverse.Core.Scanner.AbstractScanner

Inheritance: IScanner
ファイルを表示 Open project: Appverse/appverse-mobile

Public Methods

Method Description
DetectQRCode ( bool autoHandleQR ) : System.Threading.Tasks.Task
DetectQRCode ( bool autoHandleQR ) : void
DetectQRCodeFront ( bool autoHandleQR ) : System.Threading.Tasks.Task
DetectQRCodeFront ( bool autoHandleQR ) : void
GenerateQRCode ( MediaQRContent content ) : System.Threading.Tasks.Task
GenerateQRCode ( MediaQRContent content ) : void
HandleQRCode ( MediaQRContent mediaQRContent ) : QRType
HandleQRCode ( MediaQRContent mediaQRContent ) : Task

Method Details

DetectQRCode() public abstract method

public abstract DetectQRCode ( bool autoHandleQR ) : System.Threading.Tasks.Task
autoHandleQR bool
return System.Threading.Tasks.Task

DetectQRCode() public abstract method

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

DetectQRCodeFront() public abstract method

public abstract DetectQRCodeFront ( bool autoHandleQR ) : System.Threading.Tasks.Task
autoHandleQR bool
return System.Threading.Tasks.Task

DetectQRCodeFront() public abstract method

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

GenerateQRCode() public abstract method

public abstract GenerateQRCode ( MediaQRContent content ) : System.Threading.Tasks.Task
content MediaQRContent
return System.Threading.Tasks.Task

GenerateQRCode() public abstract method

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

HandleQRCode() public abstract method

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

HandleQRCode() public abstract method

public abstract HandleQRCode ( MediaQRContent mediaQRContent ) : Task
mediaQRContent MediaQRContent
return Task