Changes

→‎Notifications: Added Notification timestamp and Notification channel
Line 156: Line 156:  
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
{not_action_names} - are clickable buttons or links embedded within notifications that allow users to perform specific tasks directly without opening the associated app.
 
{not_action_names} - are clickable buttons or links embedded within notifications that allow users to perform specific tasks directly without opening the associated app.
 +
</pre>
 +
* '''''Notification timestamp'''''
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
{not_timestamp} - an integer representing the Unix time (in milliseconds) that the notification was received. For example, 1735689600000, which means that the notification was received at exactly 00:00:00:000 GMT on January 1st, 2025.
 
</pre>
 
</pre>
 
* '''''Notification app name'''''
 
* '''''Notification app name'''''
Line 164: Line 168:  
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
{not_app_package} - is the package name of the application that created the notification.
 
{not_app_package} - is the package name of the application that created the notification.
 +
</pre>
 +
* '''''Notification channel'''''
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
{not_channel} - the name of the notification channel that the notification was sent through. This can be useful if an application has multiple notification channels.
 
</pre>
 
</pre>
  
editors
5

edits