ISystemPicker
Presents the system photo and document pickers.
- Kind: Interface
- Namespace: SkeleKit
Methods
PickFileAsync
Presents the document browser and returns the chosen file, or null if canceled.
| Parameter | Summary |
|---|---|
string extensions | File extensions to allow (for example pdf), or none for any file. |
Returns
Task<PickedAsset?>: A task containing the picked file, or null.
PickImagesAsync
Presents the photo library and returns the chosen image, or null if canceled.
| Parameter | Summary |
|---|---|
(optional) int limit | The maximum number of images that can be selected. |
Returns
Task<PickedAsset?>: A task containing the picked image, or null.