shared-kernel
Toggle table of contents
1.0.5
jvm
Platform filter
jvm
Switch theme
Search in API
shared-kernel
kernel-domain
/
io.github.positionpal.entities
/
NotificationMessage
Notification
Message
interface
NotificationMessage
An interface modeling a notification message.
Members
Functions
body
Link copied to clipboard
abstract
fun
body
(
)
:
String
create
Link copied to clipboard
open
fun
create
(
title
:
String
,
body
:
String
)
:
NotificationMessage
Factory method to create a new instance of NotificationMessage.
title
Link copied to clipboard
abstract
fun
title
(
)
:
String