ia-sdk-react-native-monorepo - v1.0.0
    Preparing search index...

    Interface InitConfig

    Configuration for SDK initialization.

    interface InitConfig {
        accessKey: string;
        channelId?: number;
        clientId: string;
        serverEnvironment: ServerEnvironment;
        shouldFetchThemeFromRemote?: boolean;
    }
    Index

    Properties

    accessKey: string

    Authentication key used to identify the host app.

    channelId?: number

    Apofinder channel identifier for pharmacy collection filtering.

    clientId: string

    Client identifier used for pharmacy selection services.

    serverEnvironment: ServerEnvironment

    Specified server environment for the ia.de services.

    shouldFetchThemeFromRemote?: boolean

    Whether the SDK should fetch the theme configuration from the remote server. Defaults to false.