@iterable/react-native-sdk - v2.0.3
    Preparing search index...

    Interface IterableInboxImpressionRowInfo

    Interface representing the information of an impression row in the Iterable inbox.

    interface IterableInboxImpressionRowInfo {
        messageId: string;
        silentInbox: boolean;
    }
    Index

    Properties

    messageId: string

    The message ID of the impression row.

    silentInbox: boolean

    Do you want the message to show in the inbox list but not as a notification?