blackberry.bbm.platform.io.OutgoingJoinRequest

A request to join sent from the peer's side.

Supported Platform(s)

- BlackBerry OS 5.0+

View Supported Platform Table

APIOS 5.0OS 6.0OS 7.0PlayBookRipple
cancel Y Y Y   
host Y Y 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 IDOS 5.0OS 6.0OS 7.0PlayBookRipple
<feature id="blackberry.bbm.platform" /> Y Y Y   

Permission Elements (PlayBook Only)
This API does not require a <permission> element to be declared in the configuration document of your BlackBerry WebWorks Application.

API Summary


Functions


Properties

Properties inherited from class blackberry.bbm.platform.io.JoinRequest:
id status

cancel


void cancel()

Supported Platform(s)

 - BlackBerry OS 5.0+

Description

Cancels the request. The request can only be canceled if its status == "pending"; otherwise, this will do nothing.

onRequestCanceled supplied to host will be invoked on the host's side.


Properties:


Property Type Description Supported Platform(s)
host blackberry.bbm.platform.users.BBMPlatformUser The host to whom the request is sent.
 - BlackBerry OS 5.0+

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Dec 30 2012 13:31:19 GMT-0500 (EST)