@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface NotificationEventParams

    Subscription for notification lifecycle events from native

    interface NotificationEventParams {
        event: "close" | "error" | "click" | "show";
        id: string;
    }
    Index

    Properties

    Properties

    event: "close" | "error" | "click" | "show"

    The event type that occurred

    id: string

    Unique identifier of the notification