TextServicesManager.CurrentSpellCheckerInfo Property

Definition

Retrieve the currently active spell checker, or null if there is none.

public Android.Views.TextService.SpellCheckerInfo? CurrentSpellCheckerInfo { [Android.Runtime.Register("getCurrentSpellCheckerInfo", "()Landroid/view/textservice/SpellCheckerInfo;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getCurrentSpellCheckerInfo", "()Landroid/view/textservice/SpellCheckerInfo;", "", ApiSince=31)>]
member this.CurrentSpellCheckerInfo : Android.Views.TextService.SpellCheckerInfo

Property Value

The current active spell checker info.

Attributes

Remarks

Retrieve the currently active spell checker, or null if there is none.

Java documentation for android.view.textservice.TextServicesManager.getCurrentSpellCheckerInfo().

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