toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.components.dialogs
/
SdkDialogAction
Sdk
Dialog
Action
data
class
SdkDialogAction
(
val
id
:
Int
,
val
title
:
String
,
val
primary
:
Boolean
,
val
danger
:
Boolean
,
@
ColorInt
val
buttonColor
:
Int
?
)
Members
Constructors
Sdk
Dialog
Action
Link copied to clipboard
constructor
(
id
:
Int
,
title
:
String
,
primary
:
Boolean
,
danger
:
Boolean
,
@
ColorInt
buttonColor
:
Int
?
)
Properties
button
Color
Link copied to clipboard
val
buttonColor
:
Int
?
danger
Link copied to clipboard
val
danger
:
Boolean
id
Link copied to clipboard
val
id
:
Int
primary
Link copied to clipboard
val
primary
:
Boolean
title
Link copied to clipboard
val
title
:
String