ProductConfirmationDialog
interface ProductConfirmationDialog
The product confirmation dialog with the option to enter discounts and change the quantity.
Inheritors
Types
Link copied to clipboard
Interface used to allow the creator of a dialog to run some code when the dialog is dismissed.
Link copied to clipboard
Interface definition for a callback to be invoked when a hardware key event is dispatched to this dialog. The callback will be invoked before the key event is given to the view. This is only useful for hardware keyboards; a software input method has no obligation to trigger this listener.
Link copied to clipboard
Interface used to allow the creator of a dialog to run some code when the dialog is shown.