Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
MarkNotification
Mark details
Parameters
Name Type Description

all

Boolean

If true all user's notification will be marked

operation

String

Default value: READ.name()

Mark operation : READ (currently the only operation supported )

uuids

Set(String)

Not null
Default value: new HashSet<>()

A Set of notification uuids.

value

boolean

Required

Boolean value to mark

Json Format
{
all: Boolean,
uuids: Set(String),
operation: String,
value: Boolean
}