micro_utils.dokka
0.19.1
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
)
Members
Constructors
Alert
Action
Link copied to clipboard
android
constructor
(
title
:
String
,
callback
:
(
DialogInterface
)
->
Unit
)
Properties
callback
Link copied to clipboard
android
val
callback
:
(
DialogInterface
)
->
Unit
title
Link copied to clipboard
android
val
title
:
String