react-native-adapty - v4.0.1
    Preparing search index...

    Interface AdaptyFlow

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

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

    Properties

    flowVersionId?: string
    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.