Filestack Documentation

Enumeration Picker​Behavior

public enum PickerBehavior: Equatable  

Represents the picker's pick behavior.

PickerBehavior PickerBehavior Equatable Equatable PickerBehavior->Equatable

Conforms To

Equatable

Enumeration Cases

upload​And​Store

case uploadAndStore(uploadOptions: UploadOptions) 

After finishing picking, local files are uploaded and cloud files are stored at the store destination.

store​Only

case storeOnly

After finishing picking, only cloud files are stored at the store destination.