Share via


LoginFilter.PasswordFilterGMail.IsAllowed(Char) Method

Definition

Returns whether or not we allow character c.

[Android.Runtime.Register("isAllowed", "(C)Z", "GetIsAllowed_CHandler")]
public override bool IsAllowed (char c);
[<Android.Runtime.Register("isAllowed", "(C)Z", "GetIsAllowed_CHandler")>]
override this.IsAllowed : char -> bool

Parameters

c
Char

Returns

Attributes

Remarks

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