@adapty/capacitor - v4.0.2-beta.1
    Preparing search index...

    Interface FlowEventView

    interface FlowEventView {
        id: string;
        locale?: string;
        placementId: string;
        variationId: string;
    }
    Index

    Properties

    id: string

    The internal identifier of the presented view instance.

    It does not correspond to anything in your dashboard.

    locale?: string

    The localization the view was actually built with.

    May differ from the requested localization if it is not available in the flow.

    CreateFlowViewParamsInput.locale — the localization requested when the view was created.

    placementId: string

    The placement this flow was fetched for.

    variationId: string

    The variation the flow resolved to, for A/B test attribution.