public class

Scanner2Factory

extends Object
java.lang.Object
   ↳ com.vuzix.sdk.barcode.Scanner2Factory

Summary

Public Constructors
Scanner2Factory()
Public Methods
static Scanner2 getScanner(Context context, Bundle bundle)
Creates the Scanner engine
static Scanner2 getScanner(Context context)
Creates the Scanner engine
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Scanner2Factory ()

Public Methods

public static Scanner2 getScanner (Context context, Bundle bundle)

Creates the Scanner engine

Parameters
context Context: Context of the calling activity.
bundle Bundle: Engine specific data
Returns
Scanner2 Scanner2 instance or throws an exception on error
Throws
Exception

public static Scanner2 getScanner (Context context)

Creates the Scanner engine

Parameters
context Context: Context of the calling activity.
Returns
Scanner2 Scanner2 instance or throws an exception on error
Throws
Exception