Table of contents
Swift
Objective-C

initialization methods

Method Description
BarcodeReader Initialization of BarcodeReader object.

BarcodeReader Initialization

Initialization of BarcodeReader object without a license.

BarcodeReader() throws BarcodeReaderException

Exceptions

A BarcodeReaderException is thrown when a null pointer is returned.

Code Snippet

BarcodeReader reader;
reader = new BarcodeReader();

Remarks

BarcodeReader(String license) is deprecated and will be removed in the future. Please use BarcodeReader() instead.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: