SpellCheckerSession.SpellChecker Property

Definition

Get the spell checker service info this spell checker session has.

public virtual Android.Views.TextService.SpellCheckerInfo? SpellChecker { [Android.Runtime.Register("getSpellChecker", "()Landroid/view/textservice/SpellCheckerInfo;", "GetGetSpellCheckerHandler")] get; }
[<get: Android.Runtime.Register("getSpellChecker", "()Landroid/view/textservice/SpellCheckerInfo;", "GetGetSpellCheckerHandler")>]
member this.SpellChecker : Android.Views.TextService.SpellCheckerInfo

Property Value

SpellCheckerInfo for the specified locale.

Attributes

Remarks

Get the spell checker service info this spell checker session has.

Java documentation for android.view.textservice.SpellCheckerSession.getSpellChecker().

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