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

    Interface IaModule

    Base interface for all SDK modules.

    interface IaModule {
        moduleType: IaBaseModule;
        register(): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    moduleType: IaBaseModule

    The type of module this instance represents.

    Methods

    • Register the module with the native side.

      Returns Promise<void>