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.getKMKeyboard()


Summary

The getKMKeyboard() method returns the KMKeyboard type depending whether it's an in-app or system keyboard.

Syntax

KMKeyboard KMManager.getKMKeyboard(KeyboardType type)

Parameters

type
KeyboardType.KEYBOARD_TYPE_INAPP or KeyboardType.KEYBOARD_TYPE_SYSTEM

Returns

Returns the KMKeyboard object.

Description

The getKMKeyboard() method returns the KMKeyboard for the specified keyboard type.

Examples

Example: Using getKMKeyboard()

The following script illustrates the use of getKMKeyboard():

    KMKeyboard keyboard = KMManager.getKMKeyboard(KeyboardType.KEYBOARD_TYPE_SYSTEM);