micro_utils.dokka
0.12.9
android
micro_utils.dokka
/
dev.inmo.micro_utils.android.alerts.recyclerview
/
AlertAction
Alert
Action
android
data
class
AlertAction
(
val
title
:
String
,
val
callback
:
(
DialogInterface
)
->
Unit
)
Content copied to clipboard
Constructors
Properties
Constructors
Alert
Action
Link copied to clipboard
android
fun
AlertAction
(
title
:
String
,
callback
:
(
DialogInterface
)
->
Unit
)
Content copied to clipboard
Properties
callback
Link copied to clipboard
android
val
callback
:
(
DialogInterface
)
->
Unit
Content copied to clipboard
title
Link copied to clipboard
android
val
title
:
String
Content copied to clipboard