BRAppearanceColorKey

Objective-C

enum BRAppearanceColorKey : NSInteger {}

Swift

enum BRAppearanceColorKey : Int, @unchecked Sendable

Identifiers for every color the SDK can resolve from your BRAppearanceTheme.

Override -[BRAppearanceTheme colorForKey:] and return a UIColor, or nil to keep the built-in style for that element. Each case maps to one background, text color, or icon tint in the SDK’s stock scan UI.