@ua/react-native-airship
    Preparing search index...

    Interface PendingEmbedded

    Info for a pending embedded content instance.

    interface PendingEmbedded {
        embeddedId: string;
        extras: JsonObject;
        instanceId: string;
        priority: number;
    }
    Index

    Properties

    embeddedId: string

    The embedded Id.

    extras: JsonObject

    The extras.

    instanceId: string

    The instance Id of this specific pending content.

    priority: number

    The priority. Lower numbers are higher priority.