toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.ui.screens.about_us.screen.credit
Package-level
declarations
Types
Functions
Properties
Types
Credit
Link copied to clipboard
data
class
Credit
(
val
title
:
String
,
val
url
:
String
,
val
licenses
:
List
<
Licenses
>
=
listOf()
)
Licenses
Link copied to clipboard
enum
Licenses
:
Enum
<
Licenses
>
Properties
credits
Link copied to clipboard
val
credits
:
List
<
Credit
>
Functions
Credit
Item
Link copied to clipboard
@
Composable
fun
CreditItem
(
title
:
String
,
license
:
String
?
=
null
,
onClick
:
(
)
->
Unit
=
{}
)
Credits
Screen
Link copied to clipboard
@
Composable
fun
CreditsScreen
(
modifier
:
Modifier
=
Modifier
,
navController
:
NavController
=
rememberNavController()
)