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

    Interface IaCardLinkLaunchOptions

    Launch configuration options for CardLink.

    interface IaCardLinkLaunchOptions {
        bottomNavigationColor?: number;
        buttonsColor?: number;
        canCode?: string;
        cardName?: string;
        consentStatus: IaCardLinkConsentStatus;
        environment?: IaCardLinkEnvironment;
        finishAction?: IaCardLinkFinishAction;
        flowType: IaCardLinkFlowType;
        pharmacyId: string;
        phoneNumber: string;
        primaryColor?: number;
        saveCardEnabled?: boolean;
        sdkApiKey: string;
        textLinkColor?: number;
        userId: string;
    }
    Index

    Properties

    bottomNavigationColor?: number

    Bottom navigation UI color (ARGB integer).

    buttonsColor?: number

    Buttons UI color (ARGB integer).

    canCode?: string

    Optional CAN code (6 digits).

    cardName?: string

    Optional card display name.

    Consent status to display.

    environment?: IaCardLinkEnvironment

    SDK environment.

    finishAction?: IaCardLinkFinishAction

    Finish action determining what happens with prescriptions after NFC scanning.

    Flow type to launch.

    pharmacyId: string

    Pharmacy identifier.

    phoneNumber: string

    User's phone number.

    primaryColor?: number

    Primary UI color (ARGB integer).

    saveCardEnabled?: boolean

    Enable card saving feature.

    sdkApiKey: string

    SDK API key for authentication.

    textLinkColor?: number

    Text link UI color (ARGB integer).

    userId: string

    User identifier for card storage.