MessageDetails

open class MessageDetails @JvmOverloads constructor(val template: String? = null, val locale: Locale? = null)

Represents messages sent to the user such as a one-time password or a code to reset her·his personal password.

Constructors

Link copied to clipboard
fun MessageDetails(template: String? = null, locale: Locale? = null)

Properties

Link copied to clipboard
val locale: Locale? = null

The locale of the template to use. As many locales as necessary may be defined on the Webcom developer console.

Link copied to clipboard
val template: String? = null

The identifier of the message template defined on the Webcom developer console (e.g. "login").

Inheritors

Link copied to clipboard