mark Push Notification As Delivered
fun markPushNotificationAsDelivered(data: Map<String, String>, completionHandler: CompletionHandler? = null)
Marks push notification as delivered for push delivery tracking purpose only.
This does not mark the message as delivered.
Marking the message as delivered can be done by SendbirdChat.markAsDelivered.
Since
4.10.0
Parameters
data
The payload data from the push. com.google.firebase.messaging.RemoteMessage.getData for FCM, com.huawei.hms.push.RemoteMessage.getDataOfMap for HMS.
completion Handler
Callback handler.