pda
jvm
model
/
net.artux.pda.model.quest
/
NotificationModel
Notification
Model
data
class
NotificationModel
(
var
title
:
String
,
var
message
:
String
,
var
type
:
NotificationType
=
NotificationType.ALERT
)
Members
Constructors
Notification
Model
Link copied to clipboard
constructor
(
title
:
String
,
message
:
String
,
type
:
NotificationType
=
NotificationType.ALERT
)
Properties
message
Link copied to clipboard
var
message
:
String
title
Link copied to clipboard
var
title
:
String
type
Link copied to clipboard
var
type
:
NotificationType