Table of Contents

Enum BrzPaymentOptionsTheme

Namespace
BreezeSdk.Runtime
Assembly
docfx-helper.dll

Color theme applied to the payment options dialog UI.

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

Fields

[EnumMember(Value = "auto")] Auto = 0

Follows the current system-level light/dark appearance setting.

[EnumMember(Value = "dark")] Dark = 2

Forces the dialog to use a dark color scheme.

[EnumMember(Value = "light")] Light = 1

Forces the dialog to use a light color scheme.