ContactChannel 
    Types
Link copied to clipboard
                  class Email @VisibleForTesting @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] )  constructor(val registrationInfo: ContactChannel.Email.RegistrationInfo) : ContactChannel
Email channel
Link copied to clipboard
                  class Sms @VisibleForTesting @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] )  constructor(val registrationInfo: ContactChannel.Sms.RegistrationInfo) : ContactChannel
Sms channel.