MessageDetails

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

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

Constructors

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

Properties

locale
Link copied to clipboard
val locale: Locale? = null
The locale of the template to use.
template
Link copied to clipboard
val template: String? = null
The identifier of the message template defined on the Webcom developer console (e.g.

Inheritors

OneTimePasswordMethod
Link copied to clipboard