pusher / push-notifications-android

Android SDK for Pusher Beams
https://www.pusher.com/beams
MIT License
21 stars 22 forks source link

Expose the FCM Message listener in the PushNotification static class #13

Closed luismfonseca closed 6 years ago

luismfonseca commented 6 years ago

So we can recommend:

        PushNotifications.setOnMessageReceivedListener();

Instead of:

        FCMMessagingService.setOnMessageReceivedListener();