Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0Version 18.0 (current version)

Index

On this page

You are viewing an incomplete pre-release version of this documentation. Click here to open the current version, 18.0.

KMManager.getLexicalModelsList()


Summary

The getLexicalModelsList() method returns the array of lexical models list.

Syntax

ArrayList<HashMap<String, String>> KMManager.getLexicalModelsList(Context context)

Parameters

context
The context.

Returns

Returns a list of all the installed lexical models.

Description

Use this method to get details of all the installed lexical models.

Examples

Example: Using getLexicalModelsList()

The following script illustrate the use of getLexicalModelsList():

    ArrayList<HashMap<String, String>> lexicalModelList = KMManager.getLexicalModelsList(context);

See also