You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public fun com.ninecraft.booket.feature.record.component.ImpressionGuideBox(onClick: kotlin.Function0<kotlin.Unit>, impressionText: kotlin.String, modifier: androidx.compose.ui.Modifier, isSelected: kotlin.Boolean): kotlin.Unit
31
-
skippable: true
32
-
restartable: true
33
-
params:
34
-
- onClick: STABLE (function type)
35
-
- impressionText: STABLE (String is immutable)
36
-
- modifier: STABLE (marked @Stable or @Immutable)
37
-
- isSelected: STABLE (primitive type)
38
-
39
-
@Composable
40
-
private fun com.ninecraft.booket.feature.record.ocr.CameraPreview(state: com.ninecraft.booket.feature.record.ocr.OcrUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
41
-
skippable: true
42
-
restartable: true
43
-
params:
44
-
- state: STABLE (class with no mutable properties)
45
-
- modifier: STABLE (marked @Stable or @Immutable)
46
-
47
-
@Composable
48
-
internal fun com.ninecraft.booket.feature.record.ocr.HandleOcrSideEffects(state: com.ninecraft.booket.feature.record.ocr.OcrUiState): kotlin.Unit
49
-
skippable: true
50
-
restartable: true
51
-
params:
52
-
- state: STABLE (class with no mutable properties)
53
-
54
-
@Composable
55
-
public fun com.ninecraft.booket.feature.record.ocr.OcrPresenter.present(): com.ninecraft.booket.feature.record.ocr.OcrUiState
56
-
skippable: true
57
-
restartable: true
58
-
params:
59
-
60
-
@Composable
61
-
internal fun com.ninecraft.booket.feature.record.ocr.OcrUi(state: com.ninecraft.booket.feature.record.ocr.OcrUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
62
-
skippable: true
63
-
restartable: true
64
-
params:
65
-
- state: STABLE (class with no mutable properties)
66
-
- modifier: STABLE (marked @Stable or @Immutable)
67
-
68
-
@Composable
69
-
private fun com.ninecraft.booket.feature.record.ocr.TextScanResult(state: com.ninecraft.booket.feature.record.ocr.OcrUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
8
+
internal fun com.ninecraft.booket.feature.record.register.HandleRecordRegisterSideEffects(state: com.ninecraft.booket.feature.record.register.RecordRegisterUiState): kotlin.Unit
70
9
skippable: true
71
10
restartable: true
72
11
params:
73
12
- state: STABLE (class with no mutable properties)
74
-
- modifier: STABLE (marked @Stable or @Immutable)
75
-
76
-
@Composable
77
-
public fun com.ninecraft.booket.feature.record.ocr.component.CameraFrame(modifier: androidx.compose.ui.Modifier): kotlin.Unit
78
-
skippable: true
79
-
restartable: true
80
-
params:
81
-
- modifier: STABLE (marked @Stable or @Immutable)
82
-
83
-
@Composable
84
-
public fun com.ninecraft.booket.feature.record.ocr.component.SentenceBox(onClick: kotlin.Function0<kotlin.Unit>, sentence: kotlin.String, modifier: androidx.compose.ui.Modifier, isSelected: kotlin.Boolean): kotlin.Unit
85
-
skippable: true
86
-
restartable: true
87
-
params:
88
-
- onClick: STABLE (function type)
89
-
- sentence: STABLE (String is immutable)
90
-
- modifier: STABLE (marked @Stable or @Immutable)
91
-
- isSelected: STABLE (primitive type)
92
-
93
-
@Composable
94
-
internal fun com.ninecraft.booket.feature.record.register.HandleRecordRegisterSideEffects(state: com.ninecraft.booket.feature.record.register.RecordRegisterUiState): kotlin.Unit
95
-
skippable: false
96
-
restartable: true
97
-
params:
98
-
- state: RUNTIME (requires runtime check)
99
13
100
14
@Composable
101
15
public fun com.ninecraft.booket.feature.record.register.RecordRegisterPresenter.present(): com.ninecraft.booket.feature.record.register.RecordRegisterUiState
@@ -105,10 +19,10 @@ public fun com.ninecraft.booket.feature.record.register.RecordRegisterPresenter.
105
19
106
20
@Composable
107
21
internal fun com.ninecraft.booket.feature.record.register.RecordRegisterUi(state: com.ninecraft.booket.feature.record.register.RecordRegisterUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
108
-
skippable: false
22
+
skippable: true
109
23
restartable: true
110
24
params:
111
-
- state: RUNTIME (requires runtime check)
25
+
- state: STABLE (class with no mutable properties)
112
26
- modifier: STABLE (marked @Stable or @Immutable)
113
27
114
28
@Composable
@@ -123,68 +37,41 @@ private fun com.ninecraft.booket.feature.record.step.EmotionItem(emotion: com.ni
123
37
124
38
@Composable
125
39
public fun com.ninecraft.booket.feature.record.step.EmotionStep(state: com.ninecraft.booket.feature.record.register.RecordRegisterUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
126
-
skippable: false
40
+
skippable: true
127
41
restartable: true
128
42
params:
129
-
- state: RUNTIME (requires runtime check)
43
+
- state: STABLE (class with no mutable properties)
130
44
- modifier: STABLE (marked @Stable or @Immutable)
131
45
132
46
@Composable
133
47
public fun com.ninecraft.booket.feature.record.step.ImpressionStep(state: com.ninecraft.booket.feature.record.register.RecordRegisterUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
134
-
skippable: false
48
+
skippable: true
135
49
restartable: true
136
50
params:
137
-
- state: RUNTIME (requires runtime check)
51
+
- state: STABLE (class with no mutable properties)
138
52
- modifier: STABLE (marked @Stable or @Immutable)
139
53
140
54
@Composable
141
55
internal fun com.ninecraft.booket.feature.record.step.QuoteStep(state: com.ninecraft.booket.feature.record.register.RecordRegisterUiState, modifier: androidx.compose.ui.Modifier): kotlin.Unit
0 commit comments