mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
30 lines
665 B
Markdown
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
|