Data

data class Data(val pictures: List<PictureList.Data.Picture>)

Contains the list of available pictures on the remote device

Parameters

pictures

The list of pictures

Constructors

Link copied to clipboard
constructor(pictures: List<PictureList.Data.Picture>)

Types

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

Contains the filename for an available picture

Properties

Link copied to clipboard