kmp-settings
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-settings
settings-core
/
io.github.mlmgames.settings.core
/
ConfirmationConfig
Confirmation
Config
data
class
ConfirmationConfig
(
val
title
:
String
,
val
message
:
String
,
val
titleRes
:
Int
,
val
messageRes
:
Int
,
val
confirmText
:
String
,
val
confirmTextRes
:
Int
,
val
cancelText
:
String
,
val
cancelTextRes
:
Int
,
val
isDangerous
:
Boolean
)
Members
Constructors
Confirmation
Config
Link copied to clipboard
constructor
(
title
:
String
,
message
:
String
,
titleRes
:
Int
,
messageRes
:
Int
,
confirmText
:
String
,
confirmTextRes
:
Int
,
cancelText
:
String
,
cancelTextRes
:
Int
,
isDangerous
:
Boolean
)
Properties
cancel
Text
Link copied to clipboard
val
cancelText
:
String
cancel
Text
Res
Link copied to clipboard
val
cancelTextRes
:
Int
confirm
Text
Link copied to clipboard
val
confirmText
:
String
confirm
Text
Res
Link copied to clipboard
val
confirmTextRes
:
Int
is
Dangerous
Link copied to clipboard
val
isDangerous
:
Boolean
message
Link copied to clipboard
val
message
:
String
message
Res
Link copied to clipboard
val
messageRes
:
Int
title
Link copied to clipboard
val
title
:
String
title
Res
Link copied to clipboard
val
titleRes
:
Int
Functions
resolved
Cancel
Text
Link copied to clipboard
fun
resolvedCancelText
(
provider
:
StringResourceProvider
)
:
String
resolved
Confirm
Text
Link copied to clipboard
fun
resolvedConfirmText
(
provider
:
StringResourceProvider
)
:
String
resolved
Message
Link copied to clipboard
fun
resolvedMessage
(
provider
:
StringResourceProvider
)
:
String
resolved
Title
Link copied to clipboard
fun
resolvedTitle
(
provider
:
StringResourceProvider
)
:
String