sys_setSoftKeyboard
# sys_setSoftKeyboard
>i**描述:设置软键盘显示状态。**
函数:**public int sys_setSoftKeyboard(boolean enable)**
<br>
>|参数名/返回值| 类型 |说明 |举例|
>|-|-|-|-|
>|enable|boolean |true:显示<br>false:隐藏||
>|返回值 |int| 0:成功<br>-1:不支持<br>-2:参数有误<br>-3:文件不存在<br>-4:没有权限||