Pending

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.

Constructors

Link copied to clipboard
constructor(address: String, registrationOptions: SmsRegistrationOptions)

Properties

Link copied to clipboard

The MSISDN address.

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Inherited functions

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

Returns the objects represented as a JsonValue.