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>?)

Properties

Link copied to clipboard
val messageType: String?
Link copied to clipboard
Link copied to clipboard
val pushData: Map<String, String>?
Link copied to clipboard
Link copied to clipboard
val sentTimestamp: Long

Functions

Link copied to clipboard
open override fun toJson(): JSONObject

Convert the event to a JSON object