Enumerations

The following enumerations are available globally.

  • Box

    Identifiers constants

    Declaration

    Swift

    public enum Box
  • Box item status indicating whether this item is deleted or not.

    See more

    Declaration

    Swift

    public enum ItemStatus : String, Codable
  • Defines by which parameter should list of box items be ordered.

    See more

    Declaration

    Swift

    public enum OrderBy : String, Codable
  • Defines the level of access to the item by its shared link.

    See more

    Declaration

    Swift

    public enum SharedLinkAccess : String, Codable
  • Order direction.

    See more

    Declaration

    Swift

    public enum OrderDirection : String, Codable
  • Decoding error providing more detailed information about decoding failure.

    See more

    Declaration

    Swift

    public enum BoxDecodingError : Error
  • Defines error values for the whole SDK

    See more

    Declaration

    Swift

    public enum BoxError : Error
  • Defines character of the log and when it will be displayed

    See more

    Declaration

    Swift

    public enum LogLevel : String
  • Defines log category based on what kind of data is being logged

    See more

    Declaration

    Swift

    public enum LogCategory : String
  • Specifies type of value that has granted access to an object.

    See more

    Declaration

    Swift

    public enum AccessibleBy : BoxEnum
  • Defines the file extension of a thumbnail image file.

    See more

    Declaration

    Swift

    public enum ThumbnailExtension
  • Type for updating optional parameters - parameters that can either have value of some type, or be nil. Should be used mainly with optinal method parameters to differentiate between ignored parameter and parameter with a nil value.

    See more

    Declaration

    Swift

    public enum OptionalParameter<T>
  • Defines whether folder will be synced by the Box sync clients or not.

    See more

    Declaration

    Swift

    public enum SyncState : BoxEnum