isSymbologyEnabled

abstract fun isSymbologyEnabled(deviceId: String, type: SymbologyType): Boolean

Returns whether the provided symbology is currently enabled in the SDK's scanner settings state.

The state is initialized from the scanner settings when the scanner connects and refreshed when com.opticon.opticonnect.sdk.api.scanner_settings.interfaces.ScannerSettings.getSettings is called.

Return

True when the symbology is enabled, false otherwise.

Parameters

deviceId

The ID of the device to read the symbology state for.

type

The symbology to check.