searchByCode

open fun searchByCode(searchString: String, cancellationSignal: CancellationSignal): Cursor

Returns a Cursor which can be iterated for items containing the given scannable code or sku.

Allows for partial matching. "978" finds products containing "978020137962".

Parameters

cancellationSignal

Calls can be cancelled with a CancellationSignal. Can be null.