Added in API level 3

UserDictionary

open class UserDictionary
kotlin.Any
   ↳ android.provider.UserDictionary

A provider of user defined words for input methods to use for predictive text input. Applications and input methods may add words into the dictionary. Words can have associated frequency information and locale information.

NOTE: Starting on API 23, the user dictionary is only accessible through IME and spellchecker.

Summary

Nested classes
open

Contains the user defined words.

Constants
static String

Authority string for this provider.

Public constructors

Properties
static Uri!

The content:// style URL for this provider

Constants

AUTHORITY

Added in API level 3
static val AUTHORITY: String

Authority string for this provider.

Value: "user_dictionary"

Public constructors

UserDictionary

UserDictionary()

Properties

CONTENT_URI

Added in API level 3
static val CONTENT_URI: Uri!

The content:// style URL for this provider