Table of Contents

Delegate BrzPaymentWebviewDismissCallback

Namespace
BreezeSdk.Runtime
Assembly
docfx-helper.dll

Callback invoked by the native layer when the payment web view is dismissed.

public delegate void BrzPaymentWebviewDismissCallback(BrzPaymentWebviewDismissReason reason, string data)

Parameters

reason BrzPaymentWebviewDismissReason

The reason the web view was dismissed.

data string

Optional JSON payload passed from the native web view.