SelectFilesContract

class SelectFilesContract : ActivityResultContract<Unit, List<Uri>>

Constructors

Link copied to clipboard
fun SelectFilesContract()

Functions

Link copied to clipboard
open override fun createIntent(context: Context, input: Unit): Intent
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): List<Uri>

Inherited functions

Link copied to clipboard
open fun getSynchronousResult(context: Context, input: Unit): ActivityResultContract.SynchronousResult<List<Uri>>?