C# Class Sample.iOS.HomeViewController

Inheritance: UIViewController
Show file Open project: Redth/ZXing.Net.Mobile Class Usage Examples

Public Methods

Method Description
HandleScanResult ( ZXing result ) : void
HomeViewController ( ) : System
UITestBackdoorScan ( string param ) : void
ViewDidLoad ( ) : void

Method Details

HandleScanResult() public method

public HandleScanResult ( ZXing result ) : void
result ZXing
return void

HomeViewController() public method

public HomeViewController ( ) : System
return System

UITestBackdoorScan() public method

public UITestBackdoorScan ( string param ) : void
param string
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void