ContactActivity

The ContactActivity object is an activity that is linked to the contact by either an email, phone call, or calendar event.


Supported Platform(s)

- BlackBerry 10
View Supported Platform Table
APIBB5.0BB6.0BB7.0PB1.0PB2.0BB10Ripple
description           Y 
direction           Y 
mimeType           Y 
timestamp           Y 
INCOMING           Y 
OUTGOING           Y 

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 IDBB5.0BB6.0BB7.0PB1.0PB2.0BB10Ripple
<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

String description
Boolean direction
String mimeType
Date timestamp

Constants

Boolean INCOMING
Boolean OUTGOING

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 Sun Dec 30 2012 18:15:35 GMT-0500 (EST)