Package com.zuko.billingz.core.ui

Types

Link copied to clipboard
interface OnSelectedProduct

Listen to different events related to a selected product

Link copied to clipboard
class ProductDiffCallback(oldList: MutableList<Productz>, newList: MutableList<Productz>) : DiffUtil.Callback

Implementation of DiffUtil.Callback for a mutable list of Productz objects.

Link copied to clipboard

RecyclerView Adapter for a mutable list of Productz objects.

Link copied to clipboard

RecyclerView Adapter for a mutable list of PurchaseHistoryRecord objects.