ServerContentType

public enum ServerContentType
  • Declaration

    Swift

    case appMetaData
  • Declaration

    Swift

    case file(SMRelativeLocalURL)
  • Both a file download and an appMetaData update.

    Declaration

    Swift

    case both(downloadURL: SMRelativeLocalURL)