@iterable/react-native-sdk - v3.0.1
    Preparing search index...

    Interface IterableEmbeddedViewProps

    The props for the IterableEmbeddedView component.

    interface IterableEmbeddedViewProps {
        config?: IterableEmbeddedViewConfig | null;
        message: IterableEmbeddedMessage;
        onButtonClick?: (
            button: IterableEmbeddedMessageElementsButton,
            message: IterableEmbeddedMessage,
        ) => void;
        onMessageClick?: (message: IterableEmbeddedMessage) => void;
        viewType: IterableEmbeddedViewType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The config for the embedded view.

    The message to render.

    onButtonClick?: (
        button: IterableEmbeddedMessageElementsButton,
        message: IterableEmbeddedMessage,
    ) => void

    The function to call when a button is clicked.

    onMessageClick?: (message: IterableEmbeddedMessage) => void

    The function to call when the message is clicked.

    The type of view to render.