Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0Version 16.0 (current version)Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0Version 2.0

On this page

KMManager.setKeymanLicense()

Summary

The setKeymanLicense() method sets the developer license/key pair to unlock Keyman Engine.

Syntax

KMManager.setKeymanLicense(String license, String key)

Parameters

license
Your developer license for Keyman Engine for Android.
key
Your developer key for Keyman Engine for Android.

Description

You must use this method to set the developer license/key pair before initializing the KMManager. You will receive the license/key pair when you purchase Keyman Engine for Android.

Examples

Example: Using setKeymanLicense()

The following script illustrate the use of setKeymanLicense():

    KMManager.setLicense(“YourLicense”,”YourKey”);
    // Initialize KMManager here after setting the license

See also