Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Index

On this page

KMManager.getVersion()

Summary

The getVersion() method returns the version number of Keyman Engine.

Syntax

KMManager.getVersion()

Returns

Returns Keyman Engine version number as String.

Description

Use this method to get the version number of Keyman Engine.

Examples

Example: Using getVersion()

The following script illustrate the use of getVersion():

    String version = KMManager.getVersion();