Documentation
    Preparing search index...

    Interface NotifyPresentation

    Host presentation request for one accepted notification.

    interface NotifyPresentation {
        emit: (message: NotifyInteractionMessage) => void;
        message: NotifySendMessage;
        notificationId: string;
        windowId: string;
    }
    Index

    Properties

    emit: (message: NotifyInteractionMessage) => void

    Route a host-side user interaction back to the requesting napplet.

    message: NotifySendMessage

    Original, untrusted notification payload.

    notificationId: string

    Shell-assigned notification identifier.

    windowId: string

    Window that requested the notification.