toggle menu
micro_utils.dokka
0.20.12
android
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.android.alerts.recyclerview
/
AlertAction
Alert
Action
android
data
class
AlertAction
(
val
title
:
String
,
val
callback
:
(
DialogInterface
)
->
Unit
)
(
source
)
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