Toolkit
Toggle table of contents
1.7.7
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolkit
compose
/
glass.yasan.toolkit.compose.string
/
ResolvableString
/
ResourceWithArgs
Resource
With
Args
data
class
ResourceWithArgs
(
val
resource
:
StringResource
,
val
formatArgs
:
List
<
Any
>
)
:
ResolvableString
Members
Constructors
Resource
With
Args
Link copied to clipboard
constructor
(
resource
:
StringResource
,
formatArgs
:
List
<
Any
>
)
Properties
format
Args
Link copied to clipboard
val
formatArgs
:
List
<
Any
>
resource
Link copied to clipboard
val
resource
:
StringResource
Functions
resolve
Link copied to clipboard
@
Composable
open
fun
resolve
(
)
:
String