Table of Contents

Enum BrzShowPaymentWebviewResultCode

Namespace
BreezeSdk.Runtime
Assembly
docfx-helper.dll

Result code returned by the native layer after calling ShowPaymentWebview. Used internally; games should rely on BrzPaymentWebviewDismissReason for flow control.

public enum BrzShowPaymentWebviewResultCode

Fields

InvalidUrl = 4

The provided payment URL was malformed or invalid.

InvalidUtf8 = 2

The request JSON contained invalid UTF-8 characters.

JsonDecodingFailed = 3

The request JSON could not be decoded.

NullInput = 1

A null input parameter was provided.

Success = 0

The web view was shown successfully.