C# Class android.text.LoginFilter.UsernameFilterGeneric

This filter rejects characters in the user name that are not compatible with Google login.
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._-+].
Inheritance: android.text.LoginFilter
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
UsernameFilterGeneric ( bool arg0 )
isAllowed ( char arg0 ) : bool

Protected Methods

Method Description
UsernameFilterGeneric ( global @__env )

Private Methods

Method Description
UsernameFilterGeneric ( )

Method Details

UsernameFilterGeneric() public method

public UsernameFilterGeneric ( bool arg0 )
arg0 bool

UsernameFilterGeneric() protected method

protected UsernameFilterGeneric ( global @__env )
@__env global

isAllowed() public method

public isAllowed ( char arg0 ) : bool
arg0 char
return bool