| 1. |
fun dev.shreyaspatil.noty.composeapp.ui.MainActivity.NotyMain
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
UNSTABLE |
<this> |
MainActivity |
|
| 2. |
fun dev.shreyaspatil.noty.composeapp.ui.MainActivity.rememberUiMode
Non Skippable
Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
UNSTABLE |
<this> |
MainActivity |
|
| 3. |
fun dev.shreyaspatil.noty.composeapp.ui.screens.AddNoteScreen
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
UNSTABLE |
viewModel |
AddNoteViewModel |
| 2 |
STABLE |
onNavigateUp |
Function0<Unit> |
|
| 4. |
fun dev.shreyaspatil.noty.composeapp.ui.screens.LoginScreen
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
UNSTABLE |
viewModel |
LoginViewModel |
| 2 |
STABLE |
onNavigateToSignup |
Function0<Unit> |
| 3 |
STABLE |
onNavigateToNotes |
Function0<Unit> |
|
| 5. |
fun dev.shreyaspatil.noty.composeapp.ui.screens.NoteDetailsScreen
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
UNSTABLE |
viewModel |
NoteDetailViewModel |
| 2 |
STABLE |
onNavigateUp |
Function0<Unit> |
|
| 6. |
fun dev.shreyaspatil.noty.composeapp.ui.screens.NotesScreen
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
UNSTABLE |
viewModel |
NotesViewModel |
| 2 |
STABLE |
onNavigateToAbout |
Function0<Unit> |
| 3 |
STABLE |
onNavigateToAddNote |
Function0<Unit> |
| 4 |
STABLE |
onNavigateToNoteDetail |
Function1<String, Unit> |
| 5 |
STABLE |
onNavigateToLogin |
Function0<Unit> |
|
| 7. |
fun dev.shreyaspatil.noty.composeapp.ui.screens.SignUpScreen
Skippable
Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
UNSTABLE |
viewModel |
RegisterViewModel |
| 2 |
STABLE |
onNavigateUp |
Function0<Unit> |
| 3 |
STABLE |
onNavigateToNotes |
Function0<Unit> |
|