MomoNotification

data class MomoNotification(var notificationMessage: String)

Data class representing a Momo notification.

Constructors

Link copied to clipboard
constructor(notificationMessage: String)

Properties

Link copied to clipboard

The message associated with the notification.