RSDFileResult

public protocol RSDFileResult : RSDResult

RSDFileResult is a result that holds a pointer to a file url.

  • url

    The URL with the path to the file-based result.

    Declaration

    Swift

    var url: URL?
  • The MIME content type of the result.

    • example: "application/json"

    Declaration

    Swift

    var contentType: String?
  • The system clock uptime when the recorder was started (if applicable).

    Declaration

    Swift

    var startUptime: TimeInterval?