This commit is contained in:
Max Lynch
2015-09-28 14:04:25 -05:00
parent fe612028a0
commit cfc3758a3f

View File

@ -7,6 +7,14 @@ import {NativePlugin} from '../plugin';
* Manage the native keyboard. Note: this plugin performs mainly in the native * Manage the native keyboard. Note: this plugin performs mainly in the native
* app context. Most operations are non-functional in a normal web browser as * app context. Most operations are non-functional in a normal web browser as
* keyboard control is limited. * keyboard control is limited.
*
* @usage
* ```js
* // Hide the accessory bar
* Keyboard.setAccessoryBarVisible(false)
*
* Keyboard.close()
* ```
*/ */
@NativePlugin({ @NativePlugin({
name: 'Keyboard', name: 'Keyboard',