Delegate BrzPaymentDialogDismissCallback
Callback invoked by the native layer when the payment options dialog is dismissed.
public delegate void BrzPaymentDialogDismissCallback(BrzPaymentDialogDismissReason reason, string data)
Parameters
reasonBrzPaymentDialogDismissReasonThe reason the dialog was dismissed.
datastringThe data passed from the dialog.