paaslibrary
paaslibrary
/
se.westpay.paaslib.notification
/
NotificationData
Notification
Data
class
NotificationData
(
info
:
String
=
""
,
event
:
NotificationEvent
=
NotificationEvent.UNKNOWN
)
This class provides notification data.
Constructors
Functions
Parameters
Parameters
info
Notification data
event
Type of notification
Constructors
Notification
Data
Link copied to clipboard
fun
NotificationData
(
info
:
String
=
""
,
event
:
NotificationEvent
=
NotificationEvent.UNKNOWN
)
Functions
get
Event
Link copied to clipboard
fun
getEvent
(
)
:
NotificationEvent
get
Info
Link copied to clipboard
fun
getInfo
(
)
:
String
set
Event
Link copied to clipboard
fun
setEvent
(
event
:
NotificationEvent
)
set
Info
Link copied to clipboard
fun
setInfo
(
info
:
String
)