Skip to main content

QualifiedProduct

Identifies a product that qualified for a promotion.

Package: com.microblink.core

Declaration

class QualifiedProduct : Parcelable

Quick Reference

Properties

PropertyDescription
productIndex()Zero-based index into ScanResults.products()
productGroups()Promotion group identifiers the product belongs to

Properties

productIndex()

fun productIndex(): Int

Zero-based index into ScanResults.products() for the qualifying product.


productGroups()

fun productGroups(): List<String>?

Promotion group identifiers the product belongs to.