toggle menu
| MTN MOMO ANDROID SDK
androidJvm
switch theme
search in API
momo-api-sdk
/
io.rekast.sdk.model
/
MomoNotification
Momo
Notification
@
Serializable
data
class
MomoNotification
(
var
notificationMessage
:
String
)
Data class representing a Momo notification.
Members
Constructors
Momo
Notification
Link copied to clipboard
constructor
(
notificationMessage
:
String
)
Properties
notification
Message
Link copied to clipboard
@
SerializedName
(
value
=
"notificationMessage"
)
var
notificationMessage
:
String
The message associated with the notification.