NotificationEventArgs

data class NotificationEventArgs(val msgid: Int, val notification: Notification) : EventArgs

NotificationEventArgs that contains a Notification.

Parameters

notification

The Notification data.

Constructors

Link copied to clipboard
fun NotificationEventArgs(msgid: Int, notification: Notification)

Properties

Link copied to clipboard
val msgid: Int
Link copied to clipboard
val notification: Notification

The Notification data.