TellSdkToDownloadFile

data class TellSdkToDownloadFile(val clientIdentifier: ClientIdentifier, val fileUUID: UUID, val fileName: String) : FileApiInternals.Out

Parameters

clientIdentifier

The ClientIdentifier of the device to signal to download the file

fileUUID

The UUID of the file to download

fileName

The original fileName with which the file was passed to the API.

Constructors

Link copied to clipboard
constructor(clientIdentifier: ClientIdentifier, fileUUID: UUID, fileName: String)

Properties

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

Functions

Link copied to clipboard
open override fun serialize(): ByteArray