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.