FlowBinding
flowbinding-android
/
reactivecircus.flowbinding.android.widget
/
EditorActionEvent
Editor
Action
Event
data
class
EditorActionEvent
(
val
view
:
TextView
,
val
actionId
:
Int
,
val
keyEvent
:
KeyEvent
?
)
Constructors
Properties
Constructors
Editor
Action
Event
Link copied to clipboard
fun
EditorActionEvent
(
view
:
TextView
,
actionId
:
Int
,
keyEvent
:
KeyEvent
?
)
Properties
action
Id
Link copied to clipboard
val
actionId
:
Int
key
Event
Link copied to clipboard
val
keyEvent
:
KeyEvent
?
view
Link copied to clipboard
val
view
:
TextView