Notification¶
Non-Visible componentCategory | Requires | Version |
---|---|---|
Experimental | API 21, Android 5.0 Lollipop | 1 |
Overview¶
A non-visible component that sends a notification to the user''s device.
Methods¶
Are Notification Enabled¶
Returns: Boolean
Check wether the app can send Notifications
Big Picture Notification¶
Send a normal notification
Params | |
---|---|
notification ID | Number |
title | Text |
message | Text |
big Picture | Text |
start Value | Text |
remove On Click | Boolean |
Cancel All Notifications¶
Cancel all Notifications
Cancel Notification¶
Cancel a Notification with an id
Params | |
---|---|
id | Number |
Normal Notification¶
Send a normal notification
Params | |
---|---|
notification ID | Number |
title | Text |
message | Text |
start Value | Text |
remove On Click | Boolean |
Simple Notification¶
Send a simple notification
Params | |
---|---|
title | Text |
message | Text |
Properties¶
Priority¶
Number Default: 1 Read Write - Designer Blocks
Set the priority level. 1 = "Default", 2 = "high", 3 = "low", 4 = "max", 5 = "min"
Visibility¶
Number Default: 1 Read Write - Designer Blocks
Set the visibility property. 1 = "public", 2 = "private", 3 = "secret".
Last update: November 9, 2022