NotificationText

class NotificationText(val title: String, val message: String, val summary: String)

Text content for a push notification

Author

Umang Chamaria

Constructors

Link copied to clipboard
constructor(title: String, message: String, summary: String)

Properties

Link copied to clipboard

Message for the notification

Link copied to clipboard

Summary for the notification.

Link copied to clipboard

Title for the notification.

Functions

Link copied to clipboard
open override fun toString(): String