Index
BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentAnnotationsList
A collection of annotation records
Parameters
Name
Type
Description
annotationRecordJsons
List(
DocumentAnnotationsListRecord
)
Default value:
new ArrayList<>()
Json Format
{
annotationRecordJsons: Collection(
{
annotatingUserAddress: String,
annotationUpdateDate: Date
})
}