Table of Contents

Class WebViewDismissedPayload

Namespace
BreezeSdk.Runtime
Assembly
docfx-helper.dll

JSON payload received from the native layer when the payment web view is dismissed.

[Serializable]
public class WebViewDismissedPayload
Inheritance
WebViewDismissedPayload
Inherited Members

Fields

Data

Optional data passed back from the web view.

[JsonProperty("data")]
public string Data

Field Value

string

Reason

The reason the payment web view was dismissed.

[JsonProperty("reason")]
public BrzPaymentWebviewDismissReason Reason

Field Value

BrzPaymentWebviewDismissReason