-
Notifications
You must be signed in to change notification settings - Fork 7
Notification Data
Aditya Rajput edited this page Jun 21, 2026
·
2 revisions
For REPLACE actions, you can use the following placeholders to utilize data from the original notification (ON) in the new one:
| Placeholder | Description | Example |
|---|---|---|
${app} |
Name of the app that sent the ON | Clock |
${title} |
Title of the ON | Upcoming alarm |
${content} |
Context/text/description of the ON | Wed 11:30 AM - Exercise |
${postTime} |
The time when the ON was posted* | 11:01 AM |
${package} |
Package name of the sender of the ON | com.sec.android.app.clockpackage |