How to create notification which cannot be swiped away

Param

New member
I need to create notification which should not be swiped away / dismiss i.e there is a Action button in it, if we click on that button than only the notification should be dismiss or get disappeared
 

Qarboz

Well-known member
You could create a macro (or edit the macro you made) with trigger notification cleared; if the button was not pressed, in actions open the notification again
 

Param

New member
Thanks Qarboz,

I have created the same, however when i swipe that notification, it gets clear.
Unless we don't click on action button, the notification should not get disappear from mobile. i.e Notification must stay unless i perform action.
I hope you understood my query.
if not, please let me know
 

Qarboz

Well-known member
Thanks Qarboz,

I have created the same, however when i swipe that notification, it gets clear.
Unless we don't click on action button, the notification should not get disappear from mobile. i.e Notification must stay unless i perform action.
I hope you understood my query.
if not, please let me know
Try this

Notification_test.png


02.png


03.png


04.png
 

Attachments

  • 01.png
    01.png
    91.7 KB · Views: 5
  • 03.png
    03.png
    135.7 KB · Views: 4
  • 04.png
    04.png
    41 KB · Views: 4
  • Notification_test.png
    Notification_test.png
    79.2 KB · Views: 4
Top