Package com.unblu.sdk.module.firebase_notification
-
Class Summary Class Description UnbluFirebaseNotificationService Handles incoming remote messages <service android:name="com.unblu.sdk.module.firebase_notification.internal.util.UnbluFirebaseNotificationService" android:exported="false"> <intent-filter> <action android:name="com.google.firebase.MESSAGING_EVENT" /> </intent-filter> </service>UnbluFirebaseProvider Custom contentProvider with the only purpose of initializing at startup to provide the fcm token to the collaboration server.