ContactActivity
The ContactActivity object is an activity that is linked to the contact by either an email, phone call, or calendar event.
Configuration Document Settings
|
To use all of the API described for this object, you must ensure the following settings are in your configuration document:
|
|
You must declare the feature element(s) below in your configuration document:
|
| Feature ID | BB5.0 | BB6.0 | BB7.0 | PB1.0 | PB2.0 | BB10 | Ripple |
|
<feature id="blackberry.pim.contacts" />
| |
|
|
|
|
Y | |
| Permission Elements (PlayBook and BlackBerry 10+) |
|
This API does not require a <permission> element to be declared in the configuration document of your BlackBerry WebWorks Application.
|
Properties
readonly
String
description
This is the description of the activity. For messages, this would be the subject.
For call log, this would be the phone number.
|
Supported Platforms
|
|
- BlackBerry 10
|
readonly
Boolean
direction
If True, the direction of the activity is incoming, and outgoing otherwise.
|
Supported Platforms
|
|
- BlackBerry 10
|
readonly
String
mimeType
The MIME Type value of the operation in question.
|
Supported Platforms
|
|
- BlackBerry 10
|
readonly
Date
timestamp
The timestamp associated with the contact activity.
|
Supported Platforms
|
|
- BlackBerry 10
|
Constants
static
Boolean
INCOMING
The direction of the activity is incoming.
|
Supported Platforms
|
|
- BlackBerry 10
|
static
Boolean
OUTGOING
The direction of the activity is outgoing.
|
Supported Platforms
|
|
- BlackBerry 10
|
Documentation generated by
JsDoc Toolkit 2.4.0 on Mon Feb 11 2013 14:51:05 GMT-0500 (EST)