Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EmbeddedNotification
Created by tdagan on 3/21/2017.
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

notificationUuid

String

parentFolderName

String

parentFolderPath

String

parentFolderUuid

String

path

String

permissionRequestType

String

readDate

Date

senderAddress

String

senderName

String

senderOriginalAction

String

subject

String

workspaceName

String

workspaceType

String

workspaceUuid

String

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