NotificationData

class NotificationData(info: String = "", event: NotificationEvent = NotificationEvent.UNKNOWN)

This class provides notification data.

Parameters

info
  • Notification data

event
  • Type of notification

Constructors

Link copied to clipboard
fun NotificationData(info: String = "", event: NotificationEvent = NotificationEvent.UNKNOWN)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setInfo(info: String)