Implement the iOS and Android notification service extensions in your app.
NotificationCompat
options available. See Androidβs documentation on the NotificationCompat options.OSRemoteNotificationReceivedHandler
and implement the remoteNotificationReceived
method.
The method remoteNotificationReceived
parameters are context
of type Context
and notificationReceivedEvent
of type OSNotificationReceivedEvent
.
AndroidManifest.xml
.meta-data
within the AndroidManifest.xml
file under the application tag. Ignore any βunusedβ warnings.