Android.Views.InputMethods.InputMethodManager.IsAcceptingText Property
Return true if the currently served view is accepting full text edits.

Syntax

[get: Android.Runtime.Register("isAcceptingText", "()Z", "GetIsAcceptingTextHandler")]
public bool IsAcceptingText { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return true if the currently served view is accepting full text edits. If false, it has no input connection, so can only handle raw key events.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3