Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 2.3 KB

File metadata and controls

26 lines (19 loc) · 2.3 KB

//app/com.fredhappyface.ewesticker/ImageKeyboard

ImageKeyboard

[androidJvm]
class ImageKeyboard : InputMethodService, StickerClickListener

ImageKeyboard class inherits from the InputMethodService class - provides the keyboard functionality

Constructors

ImageKeyboard [androidJvm]
constructor()

Functions

Name Summary
onCreate [androidJvm]
open override fun onCreate()
When the activity is created...
onCreateInputView [androidJvm]
open override fun onCreateInputView(): View
When the keyboard is first drawn...
onEvaluateFullscreenMode [androidJvm]
open override fun onEvaluateFullscreenMode(): Boolean
Disable full-screen mode as content will likely be hidden by the IME.
onFinishInput [androidJvm]
open override fun onFinishInput()
When leaving some input field update the caches
onStartInput [androidJvm]
open override fun onStartInput(info: EditorInfo?, restarting: Boolean)
When entering some input field update the list of supported-mimes
onStickerClicked [androidJvm]
open override fun onStickerClicked(sticker: File)
onStickerClicked
onStickerLongClicked [androidJvm]
open override fun onStickerLongClicked(sticker: File)
onStickerLongClicked