Registered
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(source)
Indicates the Email is registered.
Constructors
Properties
Link copied to clipboard
Date the user opted in to commercial emails.
Link copied to clipboard
Date the user opted out of commercial emails.
Link copied to clipboard
Masked email address.
Link copied to clipboard
Date the user opted in to transactional emails.
Link copied to clipboard
Date the user opted out of transactional emails.