RegistrationInfo
Types
Link copied to clipboard
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.
Link copied to clipboard
class Registered @VisibleForTesting @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(val channelId: String, val maskedAddress: String, val transactionalOptedIn: Long? = null, val transactionalOptedOut: Long? = null, val commercialOptedIn: Long? = null, val commercialOptedOut: Long? = null) : ContactChannel.Email.RegistrationInfo
Indicates the Email is registered.