hammerspoon2-docs
    Preparing search index...

    Function show

    • Display a notification immediately.

      Parameters

      • title: string

        The notification title

      • body: string

        The notification body text

      • callback: (response: Record<string, any>) => void

        Optional function called when the user taps the notification. Receives a response object (see module docs for shape).

      Returns void