Class WebViewDismissedPayload
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
Reason
The reason the payment web view was dismissed.
[JsonProperty("reason")]
public BrzPaymentWebviewDismissReason Reason