ThemeConfiguration

@objc(DTThemeConfiguration)
@objcMembers
public class ThemeConfiguration : NSObject

This class is used to customize the SDK’s accent color to match your app’s color scheme.

Make sure to specify your colors using UIColor.init(dynamicProvider:) to support light and dark mode colors.

  • The accent color used to highlight interactive user-interface elements.

    Declaration

    Swift

    public var accentColor: UIColor? { get set }