Params

data class Params(val pictures: List<RequestPictureThumbnails.Params.Picture>, val clientId: ClientIdentifier)

Contains the list of fileNames to request the thumbnails of from the remote device

Parameters

pictures

The list of fileNames to request the thumbnails of

clientId

The clientIdentifier of the client that is requesting the thumbnails

Constructors

Link copied to clipboard

Types

Link copied to clipboard
data class Picture(val fileName: String)

Contains the filename of which a thumbnail will be requested

Properties

Link copied to clipboard