Interface TextraField.OnscreenKeyboard

All Known Implementing Classes:
TextraField.DefaultOnscreenKeyboard
Enclosing class:
TextraField

public static interface TextraField.OnscreenKeyboard
An interface for onscreen keyboards. Can invoke the default keyboard or render your own keyboard!
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    show(boolean visible)
     
  • Method Details

    • show

      void show(boolean visible)