mark Push Notification As Clicked
fun markPushNotificationAsClicked(data: Map<String, String>, completionHandler: CompletionHandler? = null)
Marks push notification as clicked for push notification click tracking purpose only.
Since
4.16.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.