Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ProtectorDownloadTypeResult
Result from getting info about a protector download type
Parameters
Name Type Description

downloadType

DownloadType

Download type

Possible values: [DOWNLOAD_CONTROLLED, DOWNLOAD_ORIGINAL].

externalUUID

String

External uuid

pushFile

Boolean

Default value: TRUE

Push file

transactionUuid

String

Transaction uuid

versionUuid

String

Version uuid

Json Format
{
externalUUID: String,
downloadType: DownloadType,
transactionUuid: String,
versionUuid: String,
pushFile: Boolean
}