FilePicker

actual constructor(types: List<String>, allowMultiple: Boolean, onLaunch: () -> Unit)
expect constructor(types: List<String>, allowMultiple: Boolean, onLaunch: () -> Unit)

Parameters

types

list of MIME types allowed.

allowMultiple

whether multiple file selection is supported.

onLaunch

function triggered internally when launch is called.

actual constructor(types: List<String>, allowMultiple: Boolean, onLaunch: () -> Unit)