Share via


LoginFilter.IsAllowed(Char) Method

Definition

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.

Applies to