Companion
object Companion
Content copied to clipboard
Companion object containing the methods for choosing a photo from the Gallery as the custom puzzle image.
Functions
chooseFromGallery
Link copied to clipboard
fun chooseFromGallery(activity: Activity, galleryLauncher: ActivityResultLauncher<Intent>)
Content copied to clipboard
chooseFromGalleryIntent
Link copied to clipboard
private fun chooseFromGalleryIntent(galleryLauncher: ActivityResultLauncher<Intent>)
Content copied to clipboard
permissionsResultGallery
Link copied to clipboard
fun permissionsResultGallery(grantResults: IntArray, context: Context, galleryLauncher: ActivityResultLauncher<Intent>)
Content copied to clipboard