VGSFilePickerConfiguration
public class VGSFilePickerConfiguration : VGSFilePickerConfigurationProtocol
A class responsible for configuration VGSFilePickerController
.
-
Name that will be associated with selected file by user. Used as a JSON key on send request with file data to your organozation vault.
Declaration
Swift
public let fieldName: String
-
Initialization
Declaration
Swift
public init(collector vgs: VGSCollect, fieldName: String, fileSource: VGSFileSource)
Parameters
vgs
VGSCollect
instance.fieldName
name that should be associated with selected file.
fileSource
type of
VGSFileSource
that should be provided to user.