PushNotificationErrorEvent

class PushNotificationErrorEvent(val error: PushException, val messageId: String) : PushEvent

Constructors

Link copied to clipboard
constructor(error: PushException, messageId: String)

Properties

Link copied to clipboard
Link copied to clipboard
val messageId: String

Functions

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

Convert the event to a JSON object.