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

    Interface SbCaptureFeatureFlags

    Capture Feature Flags See the Sensibill SDK Documentation at: https://sensibill.github.io/spend-manager-docs/sdk-how-to/enable-features/ for details on the meaning of each flag, and the default value that will be used in the case a property isn't provided.

    interface SbCaptureFeatureFlags {
        androidFlags?: SbAndroidCaptureFeatureFlags;
        attachLocationData?: boolean;
        compressForSensibillApi?: boolean;
        defaultToAutoCapture?: boolean;
        enableAutoCapture?: boolean;
        enableCaptureProgressFeedback?: boolean;
        enableCaptureTips?: boolean;
        enableCrop?: boolean;
        enableGalleryImport?: boolean;
        enableLongCapture?: boolean;
        enableLongReceiptPageToast?: boolean;
        iosFlags?: SbIosCaptureFeatureFlags;
        maxImages?: number;
    }
    Index

    Properties

    attachLocationData?: boolean
    compressForSensibillApi?: boolean
    defaultToAutoCapture?: boolean
    enableAutoCapture?: boolean
    enableCaptureProgressFeedback?: boolean
    enableCaptureTips?: boolean
    enableCrop?: boolean
    enableGalleryImport?: boolean
    enableLongCapture?: boolean
    enableLongReceiptPageToast?: boolean
    maxImages?: number