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
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
In Android, this seems possible via the addAction() method. This method must be called on the Notification object created by the Notification-Builder.
Adding custom actons is not currently available in plyer, since the notification facade doesn't provide such an interface (of "complex" widgets with callbacks).
So to bring it (to Android at least) we may need to override/customize our own notification to change the one provided in plyer/platforms/android/notification.py.
Maybe it's possible to monkey patch the NOTIFICATIONBUILDER to hack the addAction() in without overriding the plyer android notification code completely.
On roll result notification it would be great to have a button to roll again on same parameters.
The text was updated successfully, but these errors were encountered: