Enum BrzShowPaymentWebviewResultCode
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 = 4The provided payment URL was malformed or invalid.
InvalidUtf8 = 2The request JSON contained invalid UTF-8 characters.
JsonDecodingFailed = 3The request JSON could not be decoded.
NullInput = 1A null input parameter was provided.
Success = 0The web view was shown successfully.