NotificationClickEvent

class NotificationClickEvent(notificationEvent: NotificationEvent, val actionType: String, val actionItemId: String, val title: String?) : NotificationEvent

Constructors

Link copied to clipboard
constructor(notificationEvent: NotificationEvent, actionType: String, actionItemId: String, title: String?)

Properties

Link copied to clipboard
val actionItemId: String
Link copied to clipboard
val actionType: String
Link copied to clipboard
val title: String?

Functions

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

Convert the event to a JSON object