RegistrationInfo

Sms registration info.

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Pending @VisibleForTesting @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(    val address: String,     val registrationOptions: SmsRegistrationOptions) : ContactChannel.Sms.RegistrationInfo

Indicates the SMS is pending registration.

Link copied to clipboard
class Registered @VisibleForTesting @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(    val channelId: String,     val maskedAddress: String,     val isOptIn: Boolean,     val senderId: String) : ContactChannel.Sms.RegistrationInfo

Indicates the SMS has been registered.

Functions

Link copied to clipboard
open override fun toJsonValue(): JsonValue

Returns the objects represented as a JsonValue.