C# 클래스 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.].
상속: android.text.LoginFilter
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
UsernameFilterGMail ( bool arg0 )
isAllowed ( char arg0 ) : bool

보호된 메소드들

메소드 설명
UsernameFilterGMail ( global @__env )

비공개 메소드들

메소드 설명
UsernameFilterGMail ( )

메소드 상세

UsernameFilterGMail() 공개 메소드

public UsernameFilterGMail ( bool arg0 )
arg0 bool

UsernameFilterGMail() 보호된 메소드

protected UsernameFilterGMail ( global @__env )
@__env global

isAllowed() 공개 메소드

public isAllowed ( char arg0 ) : bool
arg0 char
리턴 bool