toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.widget
/
ChatUIEditText
Chat
UIEdit
Text
public
class
ChatUIEditText
Members
Constructors
Chat
UIEdit
Text
Link copied to clipboard
public
void
ChatUIEditText
(
Context context
)
public
void
ChatUIEditText
(
Context context
,
AttributeSet attrs
)
public
void
ChatUIEditText
(
Context context
,
AttributeSet attrs
,
int defStyleAttr
)
Functions
add
Text
Changed
Listener
Link copied to clipboard
public
void
addTextChangedListener
(
TextWatcher watcher
)
remove
All
Text
Changed
Listener
Link copied to clipboard
public
void
removeAllTextChangedListener
(
)
remove
Text
Changed
Listener
Link copied to clipboard
public
void
removeTextChangedListener
(
TextWatcher watcher
)
set
On
Backspace
Listener
Link copied to clipboard
public
void
setOnBackspaceListener
(
OnDataChangeListener<Integer> listener
)
set
Text
Link copied to clipboard
public
void
setText
(
CharSequence
text
,
boolean triggerTextChanged
)