comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
authentication
/
com.sorrowblue.comicviewer.feature.authentication
Package-level
declarations
Types
Functions
Types
Screen
Type
Link copied to clipboard
@
Serializable
enum
ScreenType
:
Enum
<
ScreenType
>
Functions
Authentication
Screen
Root
Link copied to clipboard
@
Composable
fun
AuthenticationScreenRoot
(
screenType
:
ScreenType
,
onBackClick
:
(
)
->
Unit
,
onComplete
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)