public class InputPanel
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
InputPanel.InputStyle |
Constructor and Description |
---|
InputPanel(Fragment fragment,
android.view.ViewGroup parent,
InputPanel.InputStyle inputStyle,
Conversation.ConversationType type,
java.lang.String targetId) |
Modifier and Type | Method and Description |
---|---|
android.widget.EditText |
getEditText() |
android.view.View |
getRootView() |
void |
onDestroy() |
void |
setInputPanelStyle(InputPanel.InputStyle style)
设置 InputPanel 样式.
|
void |
setVisible(int viewId,
boolean visible) |
public InputPanel(Fragment fragment, android.view.ViewGroup parent, InputPanel.InputStyle inputStyle, Conversation.ConversationType type, java.lang.String targetId)
public android.widget.EditText getEditText()
public android.view.View getRootView()
public void setVisible(int viewId, boolean visible)
public void setInputPanelStyle(InputPanel.InputStyle style)
style
- 目前支持 5 种样式,参照: InputPanel.InputStyle
public void onDestroy()