# Print output for @column tags ?> LoginFilter.UsernameFilterGMail - Android SDK | Android Developers

Most visited

Recently visited

LoginFilter.UsernameFilterGMail

public static class LoginFilter.UsernameFilterGMail
extends LoginFilter

java.lang.Object
   ↳ android.text.LoginFilter
     ↳ android.text.LoginFilter.UsernameFilterGMail


This class is deprecated.
Do not encode assumptions about Google account names into client applications.

This filter rejects characters in the user name that are not compatible with GMail account creation. It prevents the user from entering user names with characters other than [a-zA-Z0-9.].

Summary

Public constructors

UsernameFilterGMail()
UsernameFilterGMail(boolean appendInvalid)

Public methods

boolean isAllowed(char c)

Returns whether or not we allow character c.

Inherited methods

Public constructors

UsernameFilterGMail

public UsernameFilterGMail ()

UsernameFilterGMail

public UsernameFilterGMail (boolean appendInvalid)

Parameters
appendInvalid boolean

Public methods

isAllowed

public boolean isAllowed (char c)

Returns whether or not we allow character c. Subclasses must override this method.

Parameters
c char

Returns
boolean