Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.authentication.methods / OneTimePasswordMethod / MessageDetails

MessageDetails

class MessageDetails : AuthenticationMethod.Internal.MessageDetails

Specialization of Internal.MessageDetails for OneTimePasswordMethod.

It essentially adds the sender property.

Constructors

<init>

MessageDetails(template: String? = null, locale: Locale? = null, sender: OneTimePasswordMethod.SMSSender = SMSSender.Default)

Specialization of Internal.MessageDetails for OneTimePasswordMethod.

Properties

sender

val sender: OneTimePasswordMethod.SMSSender

The implementation to use to send SMS.

Inherited Properties

locale

val locale: Locale?

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

template

val template: String?

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