Added in API level 1
Deprecated in API level 30

LoginFilter.UsernameFilterGMail

public static class LoginFilter.UsernameFilterGMail
extends LoginFilter

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


This class was deprecated in API level 30.
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

Added in API level 1
public UsernameFilterGMail ()

UsernameFilterGMail

Added in API level 1
public UsernameFilterGMail (boolean appendInvalid)

Parameters
appendInvalid boolean

Public methods

isAllowed

Added in API level 1
public boolean isAllowed (char c)

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

Parameters
c char

Returns
boolean