Class PhoneNumberVerificationRequiredException

  • All Implemented Interfaces:
    Serializable

    public class PhoneNumberVerificationRequiredException
    extends FirebaseUiException
    Represents an error in which the phone number couldn't be automatically verified and must therefore be manually verified by the client by sending an SMS code.
    See Also:
    Serialized Form
    • Constructor Detail

      • PhoneNumberVerificationRequiredException

        public PhoneNumberVerificationRequiredException​(@NonNull
                                                        String number)
        Parameters:
        number - the phone number requiring verification, formatted with a country code prefix
    • Method Detail

      • getPhoneNumber

        @NonNull
        public String getPhoneNumber()
        Returns:
        the phone number requiring verification