Class ConnectMessagingService



  • public class ConnectMessagingService
    extends FirebaseMessagingService
    Service class to receive push notifications from Firebase. Connect will attempt to handle the push payload and invoke:
  • MessageReceiver to control non-Connect messages, and pass along other Firebase events
  • NotificationEventListener to react to notification events
  • NotificationFactory to create custom display notifications.