C# Class UnityPlatformWindowsPhone.WindowsPhoneScanner

Inheritance: Appverse.Core.Scanner.AbstractScanner, IAppverseService
Afficher le fichier Open project: Appverse/appverse-mobile

Méthodes publiques

Méthode Description
DetectQRCode ( bool autoHandleQR ) : System.Threading.Tasks.Task
DetectQRCodeFront ( bool autoHandleQR ) : System.Threading.Tasks.Task
GenerateQRCode ( MediaQRContent content ) : System.Threading.Tasks.Task
HandleQRCode ( MediaQRContent mediaQRContent ) : Task
WindowsPhoneScanner ( ) : System

Private Methods

Méthode Description
encodeQRCodeContents ( MediaQRContent qrCode ) : MediaQRContent

Method Details

DetectQRCode() public méthode

public DetectQRCode ( bool autoHandleQR ) : System.Threading.Tasks.Task
autoHandleQR bool
Résultat System.Threading.Tasks.Task

DetectQRCodeFront() public méthode

public DetectQRCodeFront ( bool autoHandleQR ) : System.Threading.Tasks.Task
autoHandleQR bool
Résultat System.Threading.Tasks.Task

GenerateQRCode() public méthode

public GenerateQRCode ( MediaQRContent content ) : System.Threading.Tasks.Task
content MediaQRContent
Résultat System.Threading.Tasks.Task

HandleQRCode() public méthode

public HandleQRCode ( MediaQRContent mediaQRContent ) : Task
mediaQRContent MediaQRContent
Résultat Task

WindowsPhoneScanner() public méthode

public WindowsPhoneScanner ( ) : System
Résultat System