C# Class android.text.LoginFilter.UsernameFilterGMail

This filter rejects characters in the user name that are not compatible with GMail account creation.
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.].
Inheritance: android.text.LoginFilter
显示文件 Open project: JeroMiya/androidmono

Public Methods

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

Protected Methods

Method Description
UsernameFilterGMail ( global @__env )

Private Methods

Method Description
UsernameFilterGMail ( )

Method Details

UsernameFilterGMail() public method

public UsernameFilterGMail ( bool arg0 )
arg0 bool

UsernameFilterGMail() protected method

protected UsernameFilterGMail ( global @__env )
@__env global

isAllowed() public method

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