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

    Interface AirshipEmbeddedViewProp

    AirshipEmbeddedView props

    interface AirshipEmbeddedViewProp {
        embeddedId: string;
        selection?: AirshipEmbeddedViewSelection;
        style?: ViewStyle;
    }
    Index

    Properties

    embeddedId: string

    The embedded Id.

    How to select which pending content to display when more than one is available. Defaults to priority ordering.

    style?: ViewStyle