enable Only Symbology
Enables a specific symbology on the device.
Return
A CommandResponse indicating the success or failure of the operation.
Parameters
device Id
The ID of the device where the symbology should be enabled.
type
The symbology to enable exclusively.
abstract fun enableOnlySymbology(deviceId: String, type: SymbologyType, callback: (Result<CommandResponse>) -> Unit)
Callback-based version of enableOnlySymbology for Java interoperability.
Parameters
device Id
The ID of the device where the symbology should be enabled.
type
The symbology to enable exclusively.
callback
Callback to receive the CommandResponse.