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

    Interface ChannelSubscriptionItem

    A channel subscription item.

    PreferenceCenter

    interface ChannelSubscriptionItem {
        conditions?: NotificationOptInCondition[];
        display: CommonDisplay;
        id: string;
        subscription_id: string;
        type: "channel_subscription";
    }

    Hierarchy (View Summary)

    Index

    Properties

    display: CommonDisplay

    display information

    id: string

    the item identifier

    subscription_id: string

    the subscription list id

    type: "channel_subscription"