Data

data class Data(val fileName: String, val data: ByteArray, val clientId: ClientIdentifier)

Parameters

fileName

The name of the picture file (including the extension)

data

The thumbnail data as ByteArray

dateTime

The timestamp of when the picture was taken

clientId

The clientIdentifier of the client that is intended to receive this thumbnail

Constructors

Link copied to clipboard
constructor(fileName: String, data: ByteArray, clientId: ClientIdentifier)

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