You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone please explain the purpose of Actions with this plugin?
And what does Foreground = false means?
I assume that OnAction function is triggered when a user pressed Push notification for us to detect what was pressed and do some stuff.
I did a few tests, and OnAction never gets triggered, i am using Android Oreo 8.0.
Did anyone manage to make OnAction work?
LocalNotification.Action action1 = new LocalNotification.Action("background", "In Background", this);
action1.Foreground = false;
Uh oh!
There was an error while loading. Please reload this page.
Can someone please explain the purpose of Actions with this plugin?
And what does Foreground = false means?
I assume that OnAction function is triggered when a user pressed Push notification for us to detect what was pressed and do some stuff.
I did a few tests, and OnAction never gets triggered, i am using Android Oreo 8.0.
Did anyone manage to make OnAction work?
And the OnAction:
The text was updated successfully, but these errors were encountered: