@adapty/capacitor - v3.16.3
    Preparing search index...

    Interface GetOnboardingOptions

    Describes the options for the getOnboarding method.

    interface GetOnboardingOptions {
        locale?: string;
        params?: GetPlacementParamsInput;
        placementId: string;
    }
    Index

    Properties

    locale?: string
    placementId: string