toggle menu
hooks2
android
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks.useidle
Package-level
declarations
Functions
Functions
use
Idle
Link copied to clipboard
android
@
Composable
fun
useIdle
(
timeout
:
Duration
=
5.seconds
)
:
Tuple2
<
Boolean
,
Instant
>