toggle menu
Android-IMKit-SDK
5.12.3
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.widget
/
RongEditText
Rong
Edit
Text
public
class
RongEditText
Author
gusd @Date 2021/10/22
Members
Constructors
Rong
Edit
Text
Link copied to clipboard
public
void
RongEditText
(
Context context
)
public
void
RongEditText
(
Context context
,
AttributeSet attrs
)
public
void
RongEditText
(
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
Text
Link copied to clipboard
public
void
setText
(
CharSequence
text
,
boolean triggerTextChanged
)