@adapty/capacitor - v3.12.0-beta.1
    Preparing search index...

    Interface AdaptyRemoteConfig

    Describes an object that represents a remote config of a paywall.

    interface AdaptyRemoteConfig {
        data: Record<string, any>;
        dataString: string;
        lang: string;
    }
    Index

    Properties

    Properties

    data: Record<string, any>

    A custom dictionary configured in Adapty Dashboard for this paywall.

    dataString: string

    A custom JSON string configured in Adapty Dashboard for this paywall.

    lang: string

    Identifier of a paywall locale.