toggle menu
KAHelpers
androidJvm
switch theme
search in API
kotlinextensions
/
dev.funkymuse.kotlinextensions.views
/
onSend
on
Send
inline
fun
EditText
.
onSend
(
crossinline
action
:
(
text
:
String
)
->
Unit
)
Both sets the
EditText.setImeOptions
to "Send" and listens for the IME action.