There was an error while loading. Please reload this page.
selectImage
1 parent 31f5a92 commit 02ac389Copy full SHA for 02ac389
1 file changed
imageselector/src/commonMain/kotlin/com/wannaverse/imageselector/ImageSelector.kt
@@ -9,6 +9,6 @@ import androidx.compose.ui.unit.IntSize
9
* current screen size and then loaded into memory as [ImageData] which is lower than the
10
* actual size eliminating the possibility of `OutOfMemoryError`
11
* @param reqResolution the screen size in which the image is needed to be shown.
12
- * @param loadingState a callback to pass true if image is processing and false if it's not processing.
+ * @param loadingState a callback to pass true if image is processing and false if it has finished processing the image.
13
*/
14
expect suspend fun selectImage(reqResolution: IntSize, loadingState: (Boolean) -> Unit): ImageData?
0 commit comments