Class InputPanel
-
- All Implemented Interfaces:
public class InputPanel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
InputPanel.InputStyle
-
Constructor Summary
Constructors Constructor Description InputPanel(Fragment fragment, ViewGroup parent, InputPanel.InputStyle inputStyle, ConversationIdentifier conversationIdentifier)
-
Method Summary
Modifier and Type Method Description EditText
getEditText()
View
getRootView()
void
setVisible(int viewId, boolean visible)
void
setInputPanelStyle(InputPanel.InputStyle style)
设置 InputPanel 样式. void
getDraft()
void
onPause()
void
onDestroy()
-
-
Constructor Detail
-
InputPanel
InputPanel(Fragment fragment, ViewGroup parent, InputPanel.InputStyle inputStyle, ConversationIdentifier conversationIdentifier)
-
-
Method Detail
-
getEditText
EditText getEditText()
-
getRootView
View getRootView()
-
setVisible
void setVisible(int viewId, boolean visible)
-
setInputPanelStyle
void setInputPanelStyle(InputPanel.InputStyle style)
设置 InputPanel 样式.
- Parameters:
style
- 目前支持 5 种样式,参照: InputStyle
-
getDraft
void getDraft()
-
onPause
void onPause()
-
onDestroy
void onDestroy()
-
-
-
-