No composable found with issues 😁
1. |
fun Settings
Skippable
Restartable
No. |
Stability |
Parameter |
Type |
1 |
STABLE |
state |
SettingsUiState |
2 |
STABLE |
modifier |
Modifier? = @static Companion |
|
2. |
fun PreviewSettingsScreen
Skippable
Restartable
|
3. |
fun PreviewSettingsScreenNotificationListenerEnable
Skippable
Restartable
|
4. |
fun PreviewProfileCardLoggedOut
Skippable
Restartable
|
5. |
fun PreviewProfileCardLoggedIn
Skippable
Restartable
|
6. |
fun PreviewProfileCardLoggedInWaitingForUsername
Skippable
Restartable
|
7. |
fun PreviewSettingSwitchChecked
Skippable
Restartable
|
8. |
fun PreviewSettingSwitchUnchecked
Skippable
Restartable
|
9. |
fun PreviewSettingWithDialogChoices
Skippable
Restartable
|
10. |
fun DevSettingsSection
Skippable
Restartable
|
11. |
fun Settings
Skippable
Restartable
No. |
Stability |
Parameter |
Type |
1 |
STABLE |
state |
SettingsUiState |
2 |
STABLE |
showAndroidSettings |
Boolean |
3 |
STABLE |
modifier |
Modifier? = @static Companion |
4 |
STABLE |
isAndroid12 |
Boolean = @static false |
5 |
STABLE |
isNotificationListenerEnabled |
Boolean = @static false |
6 |
STABLE |
onGoToNotificationListenerSettings |
Function0<Unit>? = @static $composer.startReplaceableGroup(1381721936) |
|
12. |
fun Settings
Skippable
Restartable
No. |
Stability |
Parameter |
Type |
1 |
STABLE |
modifier |
Modifier? = @static Companion |
2 |
STABLE |
username |
String? = @static "" |
3 |
STABLE |
showLogin |
Boolean = @static true |
4 |
STABLE |
onLoginClick |
Function0<Unit>? = @static $composer.startReplaceableGroup(1381792272) |
5 |
STABLE |
onLogoutClick |
Function0<Unit>? = @static $composer.startReplaceableGroup(1381793424) |
6 |
STABLE |
onDestinationClick |
Function1<Screen, Unit>? = @static $composer.startReplaceableGroup(1381794928) |
7 |
STABLE |
showAndroidSettings |
Boolean = @static true |
8 |
STABLE |
isAndroid12 |
Boolean = @static false |
9 |
STABLE |
theme |
Theme? = @static Theme.SYSTEM |
10 |
STABLE |
onThemeChange |
Function1<Theme, Unit>? = @static $composer.startReplaceableGroup(1381801136) |
11 |
STABLE |
useMaterialYou |
Boolean = @static true |
12 |
STABLE |
onUseMaterialYouChange |
Function1<Boolean, Unit>? = @static $composer.startReplaceableGroup(1381803952) |
13 |
STABLE |
showMoreInfoInReleaseListItem |
Boolean = @static true |
14 |
STABLE |
onShowMoreInfoInReleaseListItemChange |
Function1<Boolean, Unit>? = @static $composer.startReplaceableGroup(1381807728) |
15 |
STABLE |
sortReleaseGroupListItems |
Boolean = @static false |
16 |
STABLE |
onSortReleaseGroupListItemsChange |
Function1<Boolean, Unit>? = @static $composer.startReplaceableGroup(1381811280) |
17 |
STABLE |
isNotificationListenerEnabled |
Boolean = @static false |
18 |
STABLE |
onGoToNotificationListenerSettings |
Function0<Unit>? = @static $composer.startReplaceableGroup(1381814768) |
19 |
STABLE |
versionName |
String? = @static "" |
20 |
STABLE |
versionCode |
Int = @static 0 |
|
13. |
fun present
Non Skippable
Non Restartable
|
14. |
fun ProfileCard
Skippable
Restartable
No. |
Stability |
Parameter |
Type |
1 |
STABLE |
username |
String |
2 |
STABLE |
showLogin |
Boolean |
3 |
STABLE |
onLoginClick |
Function0<Unit>? = @static $composer.startReplaceableGroup(-1204260882) |
4 |
STABLE |
onLogoutClick |
Function0<Unit>? = @static $composer.startReplaceableGroup(-1204259730) |
|
15. |
fun SettingSwitch
Skippable
Restartable
No. |
Stability |
Parameter |
Type |
1 |
STABLE |
header |
String |
2 |
STABLE |
checked |
Boolean |
3 |
STABLE |
modifier |
Modifier? = @static Companion |
4 |
STABLE |
onCheckedChange |
Function1<Boolean, Unit>? = @static $composer.startReplaceableGroup(1077972921) |
|
16. |
fun SettingWithDialogChoices
Skippable
Restartable
No. |
Stability |
Parameter |
Type |
1 |
STABLE |
title |
String |
2 |
STABLE |
choices |
ImmutableList<String> |
3 |
STABLE |
selectedChoiceIndex |
Int |
4 |
STABLE |
onSelectChoiceIndex |
Function1<Int, Unit>? = @static $composer.startReplaceableGroup(-1237017533) |
|