toggle menu
StudyPlanet
androidJvm
switch theme
search in API
StudyPlanet
/
com.qwict.studyplanetandroid.presentation.components.study
Package-level
declarations
Functions
Functions
Custom
Count
Down
Timer
Link copied to clipboard
@
Composable
fun
CustomCountDownTimer
(
hours
:
Int
,
minutes
:
Int
,
seconds
:
Int
)
Planet
Dialog
Link copied to clipboard
@
Composable
fun
PlanetDialog
(
planet
:
Planet
,
navigateHome
:
(
)
->
Unit
,
navigateToDiscoveredPlanets
:
(
)
->
Unit
,
isDiscovering
:
Boolean
,
hasDiscoveredPlanet
:
Boolean
,
experience
:
Int
)