Language

ShowSecretsSetting.ShouldShowTouchInput(Context) Method

Definition

Returns true when characters entered into a password, pin or other secret field from touch/virtual input sources should either be shown or echoed briefly.

[Android.Runtime.Register("shouldShowTouchInput", "(Landroid/content/Context;)Z", "", ApiSince=37)]
public static bool ShouldShowTouchInput(Android.Content.Context context);
[<Android.Runtime.Register("shouldShowTouchInput", "(Landroid/content/Context;)Z", "", ApiSince=37)>]
static member ShouldShowTouchInput : Android.Content.Context -> bool

Parameters

context
Context

Returns

Attributes

Remarks

Returns true when characters entered into a password, pin or other secret field from touch/virtual input sources should either be shown or echoed briefly.

Android reference for android.text.ShowSecretsSetting.shouldShowTouchInput.

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