Hello,
Working on a fairly simple widget, which has a background tremporal event process. What I would like to do is create a simple alert / notification for the user - think something along the lines of the "Move!" messages that pop up from the system, but require no action.
I can (and for my development am using) the Background.requestApplicationWake() to create a message, which requires the user to click the accept or decline option, with accept opening the widget. This is fine as far as it goes, but would like to be able to do a simple "alert" like message if possible, without the user needing to do more.
Is this possible?