common
Toggle table of contents
1.0
common
Platform filter
common
Switch theme
Search in API
common
common
/
dev.brahmkshatriya.echo.common.models
/
Message
/
Action
/
Action
Action
constructor
(
name
:
String
,
handler
:
(
)
->
Unit
)
Parameters
name
The action button's text.
handler
The handler to be called when the action is clicked.