Enum BrzPaymentOptionsTheme
Color theme applied to the payment options dialog UI.
[JsonConverter(typeof(StringEnumConverter))]
public enum BrzPaymentOptionsTheme
Fields
[EnumMember(Value = "auto")] Auto = 0Follows the current system-level light/dark appearance setting.
[EnumMember(Value = "dark")] Dark = 2Forces the dialog to use a dark color scheme.
[EnumMember(Value = "light")] Light = 1Forces the dialog to use a light color scheme.