renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.lang
/
CSAction
CSAction
data
class
CSAction
(
val
title
:
String
,
val
onClick
:
(
)
->
Unit
)
Members
Constructors
CSAction
Link copied to clipboard
constructor
(
title
:
String
,
onClick
:
(
)
->
Unit
)
constructor
(
title
:
Int
,
onClick
:
(
)
->
Unit
)
Properties
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
title
Link copied to clipboard
val
title
:
String