ResourceType

public enum ResourceType : Int, CustomStringConvertible

Type of resource.

  • Resource is a photo.

    Declaration

    Swift

    case photo
  • Resource is a video.

    Declaration

    Swift

    case video
  • Resource is a generated panorama.

    Declaration

    Swift

    case panorama
  • Debug description.

    Declaration

    Swift

    public var description: String { get }