Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ValidateDownloadUserTransientDocumentAnnotationsInDoc
Parameters
Name Type Description

downloadType

DownloadTypes

Not null
Default value: MAX_ALLOWED

download type

Possible values: [MAX_ALLOWED, ORIGINAL, PROTECTED, ENCRYPTED].

objectUrl

String

Required
Not null

shouldInitiatePdfConversion

boolean

Default value: true

userAddress

String

Required
Not null

user address of annotator

workspaceGuid

String

Required
Not null

Json Format
{
userAddress: String,
downloadType: DownloadTypes,
shouldInitiatePdfConversion: Boolean,
objectUrl: String,
workspaceGuid: String
}