Params

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

Parameters

pictures

the list of fileNames of pictures that should be sent to the client. An empty list here means that all (for this client) available pictures should be sent to the client.

clientId

The ClientIdentifier of the requesting client, to which the pictures should be sent.

Constructors

Link copied to clipboard
constructor(pictures: List<RequestPictures.Params.Picture>, clientId: ClientIdentifier)

Types

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

Properties

Link copied to clipboard
Link copied to clipboard