Enum BrzPaymentDialogDismissReason
Describes why the payment options dialog was dismissed. Received via OnPaymentOptionsDialogDismissed.
[JsonConverter(typeof(StringEnumConverter))]
public enum BrzPaymentDialogDismissReason
Fields
[EnumMember(Value = "AppStoreTapped")] AppStoreTapped = 2The user tapped the Apple App Store in-app purchase option.
[EnumMember(Value = "CloseTapped")] CloseTapped = 0The user tapped the close/cancel button without selecting a payment option.
[EnumMember(Value = "DirectPaymentTapped")] DirectPaymentTapped = 1The user selected the direct Breeze payment option.
[EnumMember(Value = "GoogleStoreTapped")] GoogleStoreTapped = 3The user tapped the Google Play Store in-app purchase option.