| 1. |
fun ConnectivityStatus
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
isConnected |
Boolean |
|
| 2. |
fun ConnectivityStatusBox
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
isConnected |
Boolean |
|
| 3. |
fun PinAction
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
isPinned |
Boolean |
| 2 |
STABLE |
onClick |
Function0<Unit> |
|
| 4. |
fun DeleteAction
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
|
| 5. |
fun ShareAction
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
|
| 6. |
fun ThemeSwitchAction
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onToggle |
Function0<Unit> |
|
| 7. |
fun LogoutAction
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onLogout |
Function0<Unit> |
|
| 8. |
fun AboutAction
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onClick |
Function0<Unit> |
|
| 9. |
fun LottieAnimation
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
resId |
Int |
| 2 |
STABLE |
modifier |
Modifier? = @static Companion |
| 3 |
STABLE |
iterations |
Int = @static LottieConstants.IterateForever |
| 4 |
STABLE |
restartOnPlay |
Boolean = @static true |
|
| 10. |
fun NotyFullWidthButton
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static Companion |
| 2 |
STABLE |
text |
String |
| 3 |
STABLE |
onClick |
Function0<Unit> |
|
| 11. |
fun LoaderDialog
✅ Skippable ✅ Restartable
|
| 12. |
fun FailureDialog
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
failureMessage |
String |
| 2 |
STABLE |
onDialogDismiss |
Function0<Unit>? = @static { |
|
| 13. |
fun ConfirmationDialog
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
title |
String |
| 2 |
STABLE |
message |
String |
| 3 |
STABLE |
onConfirmedYes |
Function0<Unit> |
| 4 |
STABLE |
onConfirmedNo |
Function0<Unit> |
| 5 |
STABLE |
onDismissed |
Function0<Unit> |
|
| 14. |
fun NoteCard
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
title |
String |
| 2 |
STABLE |
note |
String |
| 3 |
STABLE |
isPinned |
Boolean |
| 4 |
STABLE |
onNoteClick |
Function0<Unit> |
|
| 15. |
fun PreviewNoteCard
✅ Skippable ✅ Restartable
|
| 16. |
fun NotyScaffold
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static Companion |
| 2 |
STABLE |
notyTopAppBar |
Function2<Composer, Int, Unit>? = @static ComposableSingletons$NotyScaffoldKt.lambda-1 |
| 3 |
STABLE |
content |
Function3<PaddingValues, Composer, Int, Unit>? = @static ComposableSingletons$NotyScaffoldKt.lambda-2 |
| 4 |
STABLE |
floatingActionButton |
Function2<Composer, Int, Unit>? = @static ComposableSingletons$NotyScaffoldKt.lambda-3 |
| 5 |
STABLE |
isLoading |
Boolean = @static false |
| 6 |
STABLE |
error |
String? = @static null |
|
| 17. |
fun NotyTopAppBar
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
title |
String? = @static "NotyKT" |
| 2 |
STABLE |
onNavigateUp |
Function0<Unit>? = @static null |
| 3 |
STABLE |
actions |
@[ExtensionFunctionType] Function3<RowScope, Composer, Int, Unit>? = @static ComposableSingletons$NotyTopAppBarKt.lambda-1 |
|
| 18. |
fun NotyTextField
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
value |
String |
| 2 |
STABLE |
label |
String |
| 3 |
STABLE |
onValueChange |
Function1<String, Unit> |
| 4 |
STABLE |
modifier |
Modifier? = @static Companion |
| 5 |
STABLE |
fontSize |
TextUnit = @static 16.sp |
| 6 |
STABLE |
color |
Color = @dynamic MaterialTheme.colors.onPrimary |
| 7 |
STABLE |
leadingIcon |
Function2<Composer, Int, Unit>? = @static null |
| 8 |
STABLE |
isError |
Boolean = @static false |
| 9 |
STABLE |
helperText |
String? = @static "" |
| 10 |
STABLE |
visualTransformation |
VisualTransformation? = @static Companion.None |
| 11 |
STABLE |
trailingIcon |
Function2<Composer, Int, Unit>? = @static null |
|
| 19. |
fun BasicNotyTextField
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static Companion |
| 2 |
STABLE |
value |
String? = @static "" |
| 3 |
STABLE |
label |
String? = @static "" |
| 4 |
STABLE |
textStyle |
TextStyle? = @static TextStyle( |
| 5 |
STABLE |
onTextChange |
Function1<String, Unit> |
| 6 |
STABLE |
maxLines |
Int = @static Companion.MAX_VALUE |
|
| 20. |
fun NoteTitleField
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static Companion |
| 2 |
STABLE |
value |
String? = @static "" |
| 3 |
STABLE |
onTextChange |
Function1<String, Unit> |
|
| 21. |
fun NoteField
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static Companion |
| 2 |
STABLE |
value |
String? = @static "" |
| 3 |
STABLE |
onTextChange |
Function1<String, Unit> |
|
| 22. |
fun PasswordTextField
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static Companion |
| 2 |
STABLE |
label |
String? = @static "Password" |
| 3 |
STABLE |
value |
String? = @static "" |
| 4 |
STABLE |
isError |
Boolean = @static false |
| 5 |
STABLE |
onValueChange |
Function1<String, Unit> |
|
| 23. |
fun UsernameTextField
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier? = @static Companion |
| 2 |
STABLE |
value |
String? = @static "" |
| 3 |
STABLE |
isError |
Boolean = @static false |
| 4 |
STABLE |
onValueChange |
Function1<String, Unit> |
|
| 24. |
fun NotyNavigation
✅ Skippable ✅ Restartable
|
| 25. |
fun AboutScreen
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
onNavigateUp |
Function0<Unit> |
|
| 26. |
fun AboutContent
✅ Skippable ✅ Restartable
|
| 27. |
fun LicenseCard
✅ Skippable ✅ Restartable
|
| 28. |
fun VisitCard
✅ Skippable ✅ Restartable
|
| 29. |
fun AddNotesContent
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
isLoading |
Boolean |
| 2 |
STABLE |
title |
String |
| 3 |
STABLE |
note |
String |
| 4 |
STABLE |
showSaveFab |
Boolean |
| 5 |
STABLE |
onTitleChange |
Function1<String, Unit> |
| 6 |
STABLE |
onNoteChange |
Function1<String, Unit> |
| 7 |
STABLE |
onClickAddNote |
Function0<Unit> |
| 8 |
STABLE |
error |
String? |
| 9 |
STABLE |
onNavigateUp |
Function0<Unit> |
|
| 30. |
fun LoginContent
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
isLoading |
Boolean |
| 2 |
STABLE |
username |
String |
| 3 |
STABLE |
isValidUsername |
Boolean |
| 4 |
STABLE |
password |
String |
| 5 |
STABLE |
isValidPassword |
Boolean |
| 6 |
STABLE |
onUsernameChange |
Function1<String, Unit> |
| 7 |
STABLE |
onPasswordChange |
Function1<String, Unit> |
| 8 |
STABLE |
onLoginClick |
Function0<Unit> |
| 9 |
STABLE |
onSignupClick |
Function0<Unit> |
| 10 |
STABLE |
onDialogDismiss |
Function0<Unit> |
| 11 |
STABLE |
error |
String? |
|
| 31. |
fun TopGreeting
✅ Skippable ✅ Restartable
|
| 32. |
fun LoginForm
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
username |
String |
| 2 |
STABLE |
isValidUsername |
Boolean |
| 3 |
STABLE |
password |
String |
| 4 |
STABLE |
isValidPassword |
Boolean |
| 5 |
STABLE |
onUsernameChange |
Function1<String, Unit> |
| 6 |
STABLE |
onPasswordChange |
Function1<String, Unit> |
| 7 |
STABLE |
onLoginClick |
Function0<Unit> |
|
| 33. |
fun SignUpLink
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier |
| 2 |
STABLE |
onSignupClick |
Function0<Unit> |
|
| 34. |
fun PreviewLoginContent
✅ Skippable ✅ Restartable
|
| 35. |
fun NoteDetailContent
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
title |
String |
| 2 |
STABLE |
note |
String |
| 3 |
STABLE |
error |
String? |
| 4 |
STABLE |
isPinned |
Boolean |
| 5 |
STABLE |
showSaveButton |
Boolean |
| 6 |
STABLE |
onTitleChange |
Function1<String, Unit> |
| 7 |
STABLE |
onNoteChange |
Function1<String, Unit> |
| 8 |
STABLE |
onPinClick |
Function0<Unit> |
| 9 |
STABLE |
onSaveClick |
Function0<Unit> |
| 10 |
STABLE |
onNavigateUp |
Function0<Unit> |
| 11 |
STABLE |
onDeleteClick |
Function0<Unit> |
| 12 |
STABLE |
onShareNoteAsText |
Function0<Unit> |
| 13 |
STABLE |
onShareNoteAsImage |
Function1<ImageBitmap, Unit> |
|
| 36. |
fun NoteDetailActions
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
isPinned |
Boolean |
| 2 |
STABLE |
onPinClick |
Function0<Unit> |
| 3 |
STABLE |
onDeleteClick |
Function0<Unit> |
| 4 |
STABLE |
onShareNoteAsTextClick |
Function0<Unit> |
| 5 |
STABLE |
onShareNoteAsImageClick |
Function0<Unit> |
|
| 37. |
fun NoteDetailBody
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
MISSING |
captureController |
CaptureController |
| 2 |
STABLE |
onCaptured |
Function1<ImageBitmap, Unit> |
| 3 |
STABLE |
title |
String |
| 4 |
STABLE |
onTitleChange |
Function1<String, Unit> |
| 5 |
STABLE |
note |
String |
| 6 |
STABLE |
onNoteChange |
Function1<String, Unit> |
|
| 38. |
fun DeleteNoteConfirmation
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
show |
Boolean |
| 2 |
STABLE |
onConfirm |
Function0<Unit> |
| 3 |
STABLE |
onDismiss |
Function0<Unit> |
|
| 39. |
fun LogoutConfirmation
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
show |
Boolean |
| 2 |
STABLE |
onConfirm |
Function0<Unit> |
| 3 |
STABLE |
onDismiss |
Function0<Unit> |
|
| 40. |
fun SignUpContent
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
isLoading |
Boolean |
| 2 |
STABLE |
username |
String |
| 3 |
STABLE |
onUsernameChange |
Function1<String, Unit> |
| 4 |
STABLE |
onPasswordChange |
Function1<String, Unit> |
| 5 |
STABLE |
password |
String |
| 6 |
STABLE |
confirmPassword |
String |
| 7 |
STABLE |
onConfirmPasswordChanged |
Function1<String, Unit> |
| 8 |
STABLE |
isValidConfirmPassword |
Boolean |
| 9 |
STABLE |
onNavigateUp |
Function0<Unit> |
| 10 |
STABLE |
onSignUpClick |
Function0<Unit> |
| 11 |
STABLE |
onDialogDismiss |
Function0<Unit> |
| 12 |
STABLE |
isValidUsername |
Boolean |
| 13 |
STABLE |
isValidPassword |
Boolean |
| 14 |
STABLE |
error |
String? |
|
| 41. |
fun SignUpForm
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
username |
String |
| 2 |
STABLE |
onUsernameChange |
Function1<String, Unit> |
| 3 |
STABLE |
isValidUsername |
Boolean |
| 4 |
STABLE |
password |
String |
| 5 |
STABLE |
onPasswordChange |
Function1<String, Unit> |
| 6 |
STABLE |
isValidPassword |
Boolean |
| 7 |
STABLE |
confirmPassword |
String |
| 8 |
STABLE |
onConfirmPasswordChanged |
Function1<String, Unit> |
| 9 |
STABLE |
isValidConfirmPassword |
Boolean |
| 10 |
STABLE |
onSignUpClick |
Function0<Unit> |
|
| 42. |
fun LoginLink
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
modifier |
Modifier |
| 2 |
STABLE |
onLoginClick |
Function0<Unit> |
|
| 43. |
fun PreviewSignupContent
✅ Skippable ✅ Restartable
|
| 44. |
fun getTextFieldHintColor
❌ Non Skippable ❌ Non Restartable
|
| 45. |
fun NotyTheme
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
darkTheme |
Boolean = @dynamic isSystemInDarkTheme($composer, 0) |
| 2 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 46. |
inline fun assistedViewModel
❌ Non Skippable ❌ Non Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
UNSTABLE |
viewModelStoreOwner |
ViewModelStoreOwner? = @dynamic checkNotNull(LocalViewModelStoreOwner.current) { |
| 2 |
STABLE |
provideFactory |
@[ExtensionFunctionType] Function1<ViewModelFactoryProvider, Factory> |
|
| 47. |
fun assistedViewModelFactory
❌ Non Skippable ❌ Non Restartable
|
| 48. |
fun collectState
❌ Non Skippable ❌ Non Restartable
|
| 49. |
fun currentConnectionState
❌ Non Skippable ❌ Non Restartable
|
| 50. |
fun connectivityState
❌ Non Skippable ❌ Non Restartable
|
| 51. |
fun NotyPreview
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
content |
Function2<Composer, Int, Unit> |
|
| 52. |
fun ShowToast
✅ Skippable ✅ Restartable
| No. |
Stability |
Parameter |
Type |
| 1 |
STABLE |
message |
String |
|