Thumbnail
data class Thumbnail(val fileName: String, val mediaType: MediaType, val thumbnail: ByteArray, val dateTime: LocalDateTime?) : MediaItem
A class which represents the thumbnail for a new picture created on the remote device.
Parameters
fileName
The fileName of this media item
thumbnail
The thumbnail data of the media as ByteArray
dateTime
The LocalDateTime of when this item has been recorded