Other Enumerations

The following enumerations are available globally.

  • The download executer currently supported.

    • default for an execution using the default session configuration
    • background for an execution using the background session configuration. ATTENTION: This is still a work in progress approach which is not yet tested with an app and should be used with care.
    • custom for a custom execution of download requests provided by the caller.
    See more

    Declaration

    Swift

    public enum DownloadExecuterType
  • The upload executer currently supported.

    • default for an execution using the default session configuration
    • background for an execution using the background session configuration. ATTENTION: This is still a work in progress approach which is not yet tested with an app and should be used with care.
    • custom for a custom execution of upload requests provided by the caller.
    See more

    Declaration

    Swift

    public enum UploadExecuterType
  • Undocumented

    See more

    Declaration

    Swift

    public enum MultipartContentType : String