NewItemAdded
data class NewItemAdded(val fileName: String, val data: ByteArray, val isFullResolutionImage: Boolean)
A POJO that contains all fields that a thumbnail consists of.
Parameters
fileName
The filename (name + extension)
data
The image data of the thumbnail
isFullResolutionImage
Whether the data is not only the thumbnail but already a full resolution image