KeyboardPluginEvent constructor

KeyboardPluginEvent(int keyboardHeight)

Implementation

KeyboardPluginEvent(int keyboardHeight) {
  this.keyboardHeight = keyboardHeight;
}