LoginFilter.IsAllowed(Char) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether or not we allow character c.
[Android.Runtime.Register("isAllowed", "(C)Z", "GetIsAllowed_CHandler")]
public abstract bool IsAllowed (char c);
[<Android.Runtime.Register("isAllowed", "(C)Z", "GetIsAllowed_CHandler")>]
abstract member IsAllowed : char -> bool
Parameters
- c
- Char
Returns
- Attributes
Remarks
Returns whether or not we allow character c. Subclasses must override this method.
Java documentation for android.text.LoginFilter.isAllowed(char)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.