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

actionDate

Date

actionTitle

String

actionType

String

commentsInfo

List(EmbeddedNotificationsCommentInfo)

documentContentType

String

documentName

String

documentUuid

String

exchangeLocation

String

folderName

String

folderUuid

String

link

String

message

String

notificationObject

String

notificationUuids

Set(String)

parentFolderName

String

parentFolderPath

String

parentFolderUuid

String

path

String

permissionRequestType

String

senderAddress

String

senderAddresses

Set(String)

senderName

String

senderOriginalAction

String

subject

String

workspaceName

String

workspaceType

String

workspaceUuid

String

Json Format
{
documentUuid: String,
documentName: String,
actionTitle: String,
link: String,
notificationUuids: Set(String),
actionType: String,
senderAddress: String,
senderAddresses: Set(String),
senderName: String,
actionDate: Date,
subject: String,
message: String,
workspaceUuid: String,
commentsInfo: List(
{
commentUuid: String,
commentParent: String,
notificationUuid: String,
commentData: String
}),
workspaceName: String,
workspaceType: String,
folderName: String,
folderUuid: String,
path: String,
notificationObject: String,
documentContentType: String,
permissionRequestType: String,
parentFolderUuid: String,
parentFolderName: String,
parentFolderPath: String,
exchangeLocation: String,
senderOriginalAction: String
}