Index
BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ExternalDataItem
Simple key/value pair representing a piece of external data
Parameters
Name
Type
Description
key
String
The key
value
String
The associated value
Json Format
{
key: String,
value: String
}