Pending

class Pending @VisibleForTesting @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(    val address: String,     val registrationOptions: EmailRegistrationOptions) : ContactChannel.Email.RegistrationInfo

Indicates the Email is pending registration.

Constructors

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

Properties

Link copied to clipboard

Email 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.