OnSelectedProduct

interface OnSelectedProduct

Listen to different events related to a selected product

Functions

Link copied to clipboard
abstract fun onEditRequested(product: Productz)

Enables you to respond to the event of an edit request (of a product).

Link copied to clipboard
abstract fun onProductDeleted(product: Productz)

Enables you to respond to the event of a deleted product.

Link copied to clipboard
abstract fun onPurchaseRequested(product: Productz)

Enables you to respond to the event of a purchase request (of a product).