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

    Class IaModuleCardLink

    Implementation of the CardLink module for the ia.de AppSDK. Provides NFC-based prescription transfer functionality.

    Implements

    Index

    Constructors

    Properties

    moduleType: CardLink = IaBaseModule.CardLink

    The type of module this instance represents.

    Methods

    • Deletes a specific saved card.

      Parameters

      • userId: string

        The user identifier.

      • cardName: string

        The card name to delete.

      Returns Promise<void>

    • Gets saved insurance cards for a user.

      Parameters

      • userId: string

        The user identifier.

      Returns Promise<string | null>

      JSON-encoded list of saved cards, or null if unavailable.