Registered

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(source)

Indicates the SMS has been registered.

Constructors

Link copied to clipboard
constructor(channelId: String, maskedAddress: String, isOptIn: Boolean, senderId: String)

Properties

Link copied to clipboard

Channel ID.

Link copied to clipboard

If its opted in or not.

Link copied to clipboard

Masked MSISDN address.

Link copied to clipboard

Sender ID.

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.