类 EaseSoftKeyboardHelper
- java.lang.Object
-
- io.agora.chat.uikit.manager.EaseSoftKeyboardHelper
-
public class EaseSoftKeyboardHelper extends java.lang.Object
-
-
构造器概要
构造器 构造器 说明 EaseSoftKeyboardHelper()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static voidhideKeyboard(android.view.View view)hide soft keyboard.static voidshowKeyboard(android.view.View view)show soft keyboard.static voidtoggleKeyboard(android.content.Context context)toggle soft keyboard.
-
-
-
方法详细资料
-
showKeyboard
public static void showKeyboard(android.view.View view)
show soft keyboard.- 参数:
view-
-
hideKeyboard
public static void hideKeyboard(android.view.View view)
hide soft keyboard.- 参数:
view-
-
toggleKeyboard
public static void toggleKeyboard(android.content.Context context)
toggle soft keyboard.- 参数:
context-
-
-