Diaver
Results
1
issues of
Diaver
How I made it working on Android with custom icon and background notification. Source code example
1
I hope it will be helpful to someone. I added custom notification param OPEN_URL Notification Service: ```cs public class PushNotificationService : IPushNotificationService { private readonly IFirebasePushNotification _firebasePushNotification; private readonly INotificationPermissions...
platform/android