DeviceFileResponse

data class DeviceFileResponse(val obbFile: ObbFileResponse, val regularFile: RegularFileResponse)

A single device file description.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A reference to an opaque binary blob file.

Link copied to clipboard

A reference to a regular file.