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

Constructors

Link copied to clipboard
constructor(fileName: String, data: ByteArray, isFullResolutionImage: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String