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

    Interface AlertItem

    interface AlertItem {
        button?: Button;
        conditions?: NotificationOptInCondition[];
        display: IconDisplay;
        id: string;
        type: "alert";
    }

    Hierarchy (View Summary)

    Index

    Properties

    button?: Button
    display: IconDisplay
    id: string
    type: "alert"