Table of Contents

Enum BrzPaymentDialogDismissReason

Namespace
BreezeSdk.Runtime
Assembly
docfx-helper.dll

Describes why the payment options dialog was dismissed. Received via OnPaymentOptionsDialogDismissed.

[JsonConverter(typeof(StringEnumConverter))]
public enum BrzPaymentDialogDismissReason

Fields

[EnumMember(Value = "AppStoreTapped")] AppStoreTapped = 2

The user tapped the Apple App Store in-app purchase option.

[EnumMember(Value = "CloseTapped")] CloseTapped = 0

The user tapped the close/cancel button without selecting a payment option.

[EnumMember(Value = "DirectPaymentTapped")] DirectPaymentTapped = 1

The user selected the direct Breeze payment option.

[EnumMember(Value = "GoogleStoreTapped")] GoogleStoreTapped = 3

The user tapped the Google Play Store in-app purchase option.