Table of Contents

Delegate BrzPaymentDialogDismissCallback

Namespace
BreezeSdk.Runtime
Assembly
docfx-helper.dll

Callback invoked by the native layer when the payment options dialog is dismissed.

public delegate void BrzPaymentDialogDismissCallback(BrzPaymentDialogDismissReason reason, string data)

Parameters

reason BrzPaymentDialogDismissReason

The reason the dialog was dismissed.

data string

The data passed from the dialog.