Package-level declarations

Types

Link copied to clipboard

Serializable class representing a captured receipt.

Link copied to clipboard
data class CaptureTipData(@DrawableRes val tipIcon: Int, @AttrRes val iconTint: Int? = R.attr.sb__colourOnSurfaceFocus, @StringRes val tipTitle: Int, @StringRes val tipDescription: Int) : Parcelable

Parcelable data class used to define tips as displayed in the CaptureTipsActivity.

Link copied to clipboard

Enum representing the available flash modes.