NotificationMessage

An interface modeling a notification message.

Functions

Link copied to clipboard
abstract fun body(): String
Link copied to clipboard
open fun create(title: String, body: String): NotificationMessage
Factory method to create a new instance of NotificationMessage.
Link copied to clipboard
abstract fun title(): String