Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.features.dialogs
/
InfoDialog
/
Data
Data
class
Data
(
val
title
:
String
,
val
info
:
String
,
val
type
:
InfoDialog.Data.Type
=
Type.Info
)
Members
Constructors
Data
Link copied to clipboard
constructor
(
title
:
String
,
info
:
String
,
type
:
InfoDialog.Data.Type
=
Type.Info
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
InfoDialog.Data.Type
>
Properties
info
Link copied to clipboard
val
info
:
String
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
InfoDialog.Data.Type