awaitMarkPushNotificationAsDelivered

suspend fun SendbirdPushHelper.awaitMarkPushNotificationAsDelivered(data: Map<String, String>)

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.17.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.