Package | Description |
---|---|
com.google.zxing.client.android |
Modifier and Type | Field and Description |
---|---|
private CaptureActivity |
DecodeThread.activity |
private CaptureActivity |
CaptureActivityHandler.activity |
private CaptureActivity |
DecodeHandler.activity |
Constructor and Description |
---|
CaptureActivityHandler(CaptureActivity activity,
Collection<com.google.zxing.BarcodeFormat> decodeFormats,
String characterSet,
CameraManager cameraManager) |
DecodeHandler(CaptureActivity activity,
Map<com.google.zxing.DecodeHintType,Object> hints) |
DecodeThread(CaptureActivity activity,
Collection<com.google.zxing.BarcodeFormat> decodeFormats,
String characterSet,
com.google.zxing.ResultPointCallback resultPointCallback) |