Page 1 of 1

Action in Notification

Posted: 31 Mar 2018 17:16
by mrocha
Using the Action, "Perform Action in Notification", I need choose an button to "touch" naming it, ex. "Reply", how I can touch the own Notification, not some button, but the own Notification? Is possible without Control UI? Thanks.

Re: Action in Notification

Posted: 31 Mar 2018 17:41
by Desmanto
Don't use Control UI, it won't work reliably in this case.

"Perform Action on Notification on Statusbar" only works when the trigger is "Notification on Statusbar Displayed". Or if the trigger is something else, you need to add condition "Notification on Statusbar Displayed", before using this action. To click the notication only, use Action Type Click notification. To click additional acttion (Reply, Set Read), use Action Type Click button.

Re: Action in Notification

Posted: 31 Mar 2018 18:41
by mrocha
Thanks