PushReceivedEvent
class PushReceivedEvent(val notificationEvent: NotificationEvent, val receivedTimestamp: Long, val sentTimestamp: Long, val messageType: String?, val pushData: Map<String, String>?) : NotificationEvent
Constructors
Link copied to clipboard
constructor(notificationEvent: NotificationEvent, receivedTimestamp: Long, sentTimestamp: Long, messageType: String?, pushData: Map<String, String>?)