NativeSpellCheckerFactory

Factory for creating platform-specific spell checkers.

Automatically detects the operating system and creates the appropriate NativeSpellChecker implementation.

Properties

Link copied to clipboard

The detected operating system.

Functions

Link copied to clipboard
fun create(languageTag: String): NativeSpellChecker?

Creates a spell checker for the specified language.

Link copied to clipboard

Creates a spell checker using the system's default language.

Link copied to clipboard

Gets the name of the current operating system.

Link copied to clipboard

Checks if spell checking is available on this platform.

Link copied to clipboard

Checks if a language is supported on the current platform.

Link copied to clipboard

Lists the BCP-47 language tags with an installed dictionary on this OS.