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
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
UsernameFilterGeneric ( bool arg0 )
isAllowed ( char arg0 ) : bool

Méthodes protégées

Méthode Description
UsernameFilterGeneric ( global @__env )

Private Methods

Méthode Description
UsernameFilterGeneric ( )

Method Details

UsernameFilterGeneric() public méthode

public UsernameFilterGeneric ( bool arg0 )
arg0 bool

UsernameFilterGeneric() protected méthode

protected UsernameFilterGeneric ( global @__env )
@__env global

isAllowed() public méthode

public isAllowed ( char arg0 ) : bool
arg0 char
Résultat bool