InvitationContent

class InvitationContent(var title: String? = null, var content: String? = null)

Represents an invitation message that can be displayed to the user.

Constructors

Link copied to clipboard
constructor(title: String? = null, content: String? = null)

Properties

Link copied to clipboard

The main content or body of the invitation message.

Link copied to clipboard

The title of the invitation message.

Functions

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