We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#(localnotification-getalert) localnotification-getalert retrieves the text of the last local notification that fired.
Example 1: A button callback that updates a text string if a new alert fired in the meantime
(define (get-alert g w t x y) (let ((str (localnotification-getalert))) (glgui-widget-set! gui textout 'label (if str str "NO MSG"))) )
Sorry, there was an error rendering this page.