Table of Contents

Enum BrzShowPaymentOptionsResultCode

Namespace
BreezeSdk.Runtime
Assembly
docfx-helper.dll

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

public enum BrzShowPaymentOptionsResultCode

Fields

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 dialog was shown successfully.