spiegel-keyman/android/docs/engine/KMKeyboard/index.md
2024-10-31 10:08:17 +07:00

30 lines
665 B
Markdown

---
title: KMKeyboard class
---
## Summary
The **`KMKeyboard`** class provides Keyman's methods for extending an Android WebView
## Syntax
```java
KMKeyboard.methodName()
```
## Description
The KMKeyboard is the core class which provides most of the methods you will need to develop an in-app or system keyboard with Keyman Engine
<!-- Fill in examples of how to use, etc. -->
## Methods
`getShouldShowHelpBubble()`
: get the stored preference whether to show the help bubble on the globe key
`setShouldShowHelpBubble()`
: sets the stored preference whether to show the help bubble on the globe key
`initKMKeyboard()`
: initialize the KMKeyboard WebView