viewmodel-pilot
Toggle table of contents
0.4.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
viewmodel-pilot
components
/
com.mirego.pilot.components.navigation
/
PilotAlertDialog
/
DismissButton
Dismiss
Button
data
class
DismissButton
(
val
title
:
String
,
val
action
:
(
)
->
Unit
)
:
PilotAlertDialog.Button
Members
Constructors
Dismiss
Button
Link copied to clipboard
constructor
(
title
:
String
,
action
:
(
)
->
Unit
)
Properties
action
Link copied to clipboard
open
override
val
action
:
(
)
->
Unit
title
Link copied to clipboard
open
override
val
title
:
String