Notification Facelet
The Notification Facelet generates notifications when an input value meets a trigger condition.
It can display toast messages, system notifications, play sounds and trigger vibration.
This Facelet has no visual representation on the watch face.
Configuration
-
Input
Input value source to monitor. Supports data binding. -
Check
Threshold value for comparison. Supports data binding. -
Trigger
Trigger Description Change
Trigger when the input value changes.
Set
Trigger on every value update.
Increment
Trigger when the value increases.
Decrement
Trigger when the value decreases.
Interval
Trigger on a timed interval.
Equal
Trigger when the input equals the check value.
Equal or Greater
Trigger when the input is equal to or greater than the check value.
Equal or Smaller
Trigger when the input is equal to or smaller than the check value.
Greater
Trigger when the input is greater than the check value.
Smaller
Trigger when the input is smaller than the check value.
Toast
-
Show Toast
Enable toast notification display. -
Title
Title text of the notification. -
Color
Color of the notification indicator. -
Icon
Icon for the notification. Supports data binding. -
Text
Text content of the notification. Supports data binding. -
URL
URL to open when the notification is tapped. Supports data binding.
System Notification
-
Show Notification
Enable system notification.
Sound
-
Sound
Enable sound playback on trigger. -
Sound URL
Sound file to play. Built-in sounds:alarm,banjo,bad,ohmygod,phone,beep(default). -
Sound Volume
Playback volume (0 - 100).
Vibration
-
Vibrate
Enable vibration feedback on trigger. -
Vibration Pattern
Vibration pattern name. -
Vibration Amplitude
Vibration intensity (-1 = device default, 0 - 100). -
Vibration Length
Duration of the vibration in milliseconds.