Notification posted

A decision block that checks if a status bar notification is posted.

If the proceed option is set to Immediately (Android 4.3+), then instantly check if there’s a notification currently posted, or not, without pausing the fiber. If set to When transition, then the fiber will pause until a notification has been posted or updated and proceed through the YES path or has been removed (Android 4.3+) and proceed through the NO path.

Note! This feature wasn’t officially supported until Android 4.3 on earlier versions checking the currently posted nor waiting for removed notifications are unsupported.

Removal reasons (Android 8+), only assigned with proceed When transition:

ValueDescription
0x00001notification click
0x00002user dismissal
0x00004user dismiss all
0x00008inflation error
0x00010package manager modifying app package
0x00020owning user context being stopped
0x00040user banning the package
0x00080owing app canceling
0x00100owing app canceling all
0x00200other app dismissal
0x00400other app dismiss all
0x00800member of a canceled group
0x01000invisible member of a group
0x02000device administrator suspending app package
0x04000managed profile turned off
0x08000unbundled summary
0x10000user banning the channel
0x20000snoozed
0x40000timeout

Options

Input arguments

Output variables