Enumeration
PickerBehavior
public enum PickerBehavior: Equatable
Represents the picker's pick behavior.
Relationships
Conforms To
Equatable
Enumeration Cases
uploadAndStore
case uploadAndStore(uploadOptions: UploadOptions)
After finishing picking, local files are uploaded and cloud files are stored at the store destination.
storeOnly
case storeOnly
After finishing picking, only cloud files are stored at the store destination.