ShouldShowNotificationDecisionEvent

class ShouldShowNotificationDecisionEvent(val message: NotificationMessage, val messageShown: Boolean) : PushEvent

Constructors

Link copied to clipboard
constructor(message: NotificationMessage, messageShown: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val messageShown: Boolean

Functions

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

Convert the event to a JSON object.