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

    Interface IaOverTheCounterModule

    Interface for the OverTheCounter module. Provides product browsing and purchasing functionality.

    interface IaOverTheCounterModule {
        moduleType: OverTheCounter;
        launchProductSearchRoute(): Promise<void>;
        register(): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    moduleType: OverTheCounter

    The type of module this instance represents.

    Methods

    • Launches the product search screen experience on top of the navigation stack.

      Returns Promise<void>