gpt4 book ai didi

android - InputMethodManager 关键字未在 Android 应用程序中定义

转载 作者:太空宇宙 更新时间:2023-11-03 13:02:05 25 4
gpt4 key购买 nike

我正在尝试使用以下代码在用户单击按钮时隐藏软键盘:

InputMethodManager imm = (InputMethodManager) getSystemService(Activity.INPUT_METHOD_SERVICE);
imm.toggleSoftInput(InputMethodManager.HIDE_IMPLICIT_ONLY, 0);

但是我得到一个错误:

InputMethodManager not defined

我在想我需要添加一个导入语句吗?如果是这样,有人知道吗?或者我该如何解决这个问题?

最佳答案

InputMethodManagerandroid.view.inputmethod包中,所以需要添加

import android.view.inputmethod.InputMethodManager;

到你的类(class)。

关于android - InputMethodManager 关键字未在 Android 应用程序中定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9930608/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com