toggle menu
compose
1.4.2
android
common
switch theme
search in API
compose
/
pro.respawn.kmmutils.compose.resources
Package-level
declarations
Types
Functions
Properties
Types
Text
Link copied to clipboard
@
Immutable
sealed
interface
Text
Properties
display
Density
Link copied to clipboard
android
@get:
Composable
val
displayDensity
:
Int
is
System24Hour
Link copied to clipboard
android
@get:
Composable
val
isSystem24Hour
:
Boolean
Functions
animated
Vector
Link copied to clipboard
android
@
Composable
fun
Int
.
animatedVector
(
)
:
AnimatedImageVector
@
Composable
fun
Int
?
.
animatedVector
(
)
:
AnimatedImageVector
?
boolean
Res
Link copied to clipboard
android
@
Composable
fun
Int
.
booleanRes
(
)
:
Boolean
@
Composable
fun
Int
?
.
booleanRes
(
)
:
Boolean
?
color
Link copied to clipboard
android
@
Composable
fun
Int
.
color
(
)
:
Color
@
Composable
fun
Int
?
.
color
(
)
:
Color
?
dimen
Link copied to clipboard
android
@
Composable
fun
Int
.
dimen
(
)
:
Dp
@
Composable
fun
Int
?
.
dimen
(
)
:
Dp
?
image
Link copied to clipboard
@
Composable
fun
DrawableResource
.
image
(
)
:
ImageBitmap
integer
Array
Res
Link copied to clipboard
android
@
Composable
fun
Int
.
integerArrayRes
(
)
:
IntArray
@
Composable
fun
Int
?
.
integerArrayRes
(
)
:
IntArray
?
integer
Res
Link copied to clipboard
android
@
Composable
fun
Int
.
integerRes
(
)
:
Int
@
Composable
fun
Int
?
.
integerRes
(
)
:
Int
?
painter
Link copied to clipboard
android
common
@
Composable
fun
Int
.
painter
(
)
:
Painter
@
Composable
fun
Int
?
.
painter
(
)
:
Painter
?
@
Composable
fun
DrawableResource
.
painter
(
)
:
Painter
plural
Link copied to clipboard
android
common
@
Composable
fun
Int
.
plural
(
quantity
:
Int
,
vararg
args
:
Any
)
:
String
@
Composable
fun
Int
?
.
plural
(
quantity
:
Int
,
vararg
args
:
Any
)
:
String
?
@
Composable
fun
PluralStringResource
.
plural
(
quantity
:
Int
,
vararg
args
:
Any
)
:
String
string
Link copied to clipboard
android
common
@
Composable
fun
Int
.
string
(
vararg
args
:
Any
)
:
String
@
Composable
fun
Int
?
.
string
(
vararg
args
:
Any
)
:
String
?
@
Composable
fun
Text
.
string
(
)
:
String
@
Composable
fun
StringResource
.
string
(
vararg
args
:
Any
)
:
String
strings
Link copied to clipboard
@
Composable
fun
StringArrayResource
.
strings
(
)
:
List
<
String
>
text
Link copied to clipboard
fun
String
.
text
(
)
:
Text.Dynamic
fun
StringResource
.
text
(
vararg
args
:
Any
)
:
Text.Resource
vector
Link copied to clipboard
android
common
@
Composable
fun
Int
.
vector
(
)
:
ImageVector
@
Composable
fun
Int
?
.
vector
(
)
:
ImageVector
?
@
Composable
fun
DrawableResource
.
vector
(
)
:
ImageVector