TextContent

data class TextContent(val title: String, val message: String, val summary: String)

Data object for inbox message text content.

Author

Umang Chamaria

Since

1.0.00

Constructors

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

Properties

Link copied to clipboard

Message

Link copied to clipboard

Summary, optional field could be empty string

Link copied to clipboard

Title