VirtualKeyboardPlugin.setState()

BFChainAugust 11, 2023
  • Plugin
  • VirtualKeyboardPlugin
  • setState
Less than 1 minute

Set the state of the virtual keyboard

VirtualKeyboardPlugin.setState(state)

parameters

  • state

    Objects that implement part of the State interface; The list of valid attributes includes: [overlay]

return value

Return a Promise object that resolves to null

Example

import { virtualKeyboardPlugin } from "@plaoc/plugins";
const value = virtualKeyboardPlugin.setState({overlay: true})

Platform Compatibility

Property/Method/EventAndroidIOSDesktop-DevDesktop
setStateX

VirtualKeyboardPlugin

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.13.0