MessageDetails

class MessageDetails(template: String?, sender: String?, locale: Locale?)

Represents the settings of a message to send to the user, needed by the Webcom.sendOtp method.

Constructors

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

Functions

returnLocaleAsString
Link copied to clipboard
fun returnLocaleAsString(): String?

Properties

locale
Link copied to clipboard
var locale: Locale? = null
sender
Link copied to clipboard
var sender: String? = null
template
Link copied to clipboard
var template: String? = null