@stripe/stripe-terminal-react-native
    Preparing search index...

    Type Alias InitParams

    type InitParams = {
        localeConfig?: LocaleConfig;
        logLevel?: LogLevel;
    }
    Index

    Properties

    localeConfig?: LocaleConfig

    Configures localization of API error messages returned by the React Native SDK.

    This value is applied during SDK initialization. Changing it after the SDK has initialized does not update localization for the current app session. To use a different locale config, restart the app and initialize the SDK with the new value.

    logLevel?: LogLevel