@adapty/capacitor - v4.1.3
    Preparing search index...

    Interface AdaptyFlow

    Describes an object that represents a flow, fetched for a placement.

    interface AdaptyFlow {
        hasViewConfiguration: boolean;
        id: string;
        name: string;
        payloadData?: string;
        paywalls: AdaptyFlowPaywall[];
        placement: AdaptyPlacement;
        remoteConfigs?: AdaptyRemoteConfig[];
        responseCreatedAt: number;
        variationId: string;
    }
    Index

    Properties

    hasViewConfiguration: boolean

    If true, it is possible to fetch the view object and use it with AdaptyUI library.

    Derived on decode: true only when the flow has both a flowVersionId and a uiSchema.

    id: string
    name: string

    A flow name.

    payloadData?: string
    paywalls: AdaptyFlowPaywall[]

    Paywall variations contained in this flow.

    placement: AdaptyPlacement
    remoteConfigs?: AdaptyRemoteConfig[]

    Remote configs configured in Adapty Dashboard for this flow.

    responseCreatedAt: number

    Server response creation timestamp in milliseconds.

    variationId: string

    An identifier of a variation, used to attribute purchases to this flow.