CrossGeeks / AzurePushNotificationPlugin

Azure Push Notification Plugin for Xamarin iOS and Android
MIT License
67 stars 34 forks source link

There is no way to set the large icon on Android #10

Closed juanrobertodeanda closed 4 years ago

juanrobertodeanda commented 6 years ago

It turns out that Android uses different notification icons for the status bar and for the drawer notification panel. NotificationCompat.Builder has setSmallIcon method and setLargeIcon method to handle each case, but AzurePushNotificationPlugin only allows to set IconResource property which is mapped to setSmallIcon as seen here. It would be great too have a way to set the large icon too.

Thanks

rdelrosario commented 4 years ago

Latest version now supports large icon