Uploadable

public enum Uploadable

Undocumented

  • Undocumented

    Declaration

    Swift

    case data(Data)
  • Undocumented

    Declaration

    Swift

    case file(URL, shouldRemove: Bool)
  • Undocumented

    Declaration

    Swift

    case stream(InputStream)