@sensibill/reactnative-bridge-sdk
    Preparing search index...

    Interface SbIosColors

    Branding Colors (iOS only) Provide Web colors in 6-digit hexadecimal format. For example: 0xFFFFFF for white. See the Sensibill SDK Documentation at: https://sensibill.github.io/spend-manager-docs/sdk-how-to/customize-branding/ for the details on the meaning of each color

    interface SbIosColors {
        background?: number;
        captureBackground?: number;
        error?: number;
        onBackground?: number;
        onCaptureBackground?: number;
        onPrimary?: number;
        onSecondary?: number;
        onSurface?: number;
        onSurfaceFocus?: number;
        primary?: number;
        primaryVariant?: number;
        secondary?: number;
        surface?: number;
        surfaceVariant?: number;
    }
    Index

    Properties

    background?: number
    captureBackground?: number
    error?: number
    onBackground?: number
    onCaptureBackground?: number
    onPrimary?: number
    onSecondary?: number
    onSurface?: number
    onSurfaceFocus?: number
    primary?: number
    primaryVariant?: number
    secondary?: number
    surface?: number
    surfaceVariant?: number