Added in API level 1
Deprecated in API level 30

LoginFilter.UsernameFilterGeneric


public static class LoginFilter.UsernameFilterGeneric
extends LoginFilter

java.lang.Object
   โ†ณ android.text.LoginFilter
     โ†ณ android.text.LoginFilter.UsernameFilterGeneric


This filter rejects characters in the user name that are not compatible with Google login. It is slightly less restrictive than the above filter in that it allows [a-zA-Z0-9._-+].

Summary

Public constructors

UsernameFilterGeneric()
UsernameFilterGeneric(boolean appendInvalid)

Public methods

boolean isAllowed(char c)

Returns whether or not we allow character c.

Inherited methods

Public constructors

UsernameFilterGeneric

Added in API level 1
public UsernameFilterGeneric ()

UsernameFilterGeneric

Added in API level 1
public UsernameFilterGeneric (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