NotificationTrackingResult

data class NotificationTrackingResult(val payload: Bundle)

Success payload delivered to com.moengage.core.task.MoETask.onSuccess for the notification tracking APIs logNotificationReceived(...) and logNotificationClick(...).

Author

Gowtham KK

Since

10.0.0

Constructors

Link copied to clipboard
constructor(payload: Bundle)

Properties

Link copied to clipboard

The notification payload that was tracked.