├── LICENSE ├── README.md ├── api ├── blackberry_NotificationObj.xml ├── blackberry_Notification_close.xml ├── blackberry_Notification_permission.xml ├── blackberry_Notification_remove.xml ├── blackberry_app_author.xml ├── blackberry_app_authorEmail.xml ├── blackberry_app_authorURL.xml ├── blackberry_app_copyright.xml ├── blackberry_app_description.xml ├── blackberry_app_exit.xml ├── blackberry_app_id.xml ├── blackberry_app_keyboardClosed.xml ├── blackberry_app_keyboardClosing.xml ├── blackberry_app_keyboardOpened.xml ├── blackberry_app_keyboardOpening.xml ├── blackberry_app_keyboardPosition.xml ├── blackberry_app_license.xml ├── blackberry_app_licenseURL.xml ├── blackberry_app_lockOrientation.xml ├── blackberry_app_minimize.xml ├── blackberry_app_name.xml ├── blackberry_app_orientation.xml ├── blackberry_app_orientationchange.xml ├── blackberry_app_pause.xml ├── blackberry_app_resume.xml ├── blackberry_app_rotate.xml ├── blackberry_app_swipedown.xml ├── blackberry_app_unlockOrientation.xml ├── blackberry_app_version.xml ├── blackberry_app_windowState.xml ├── blackberry_app_windowstatechanged.xml ├── blackberry_connection_BB.xml ├── blackberry_connection_BLUETOOTH_DUN.xml ├── blackberry_connection_CELL_2G.xml ├── blackberry_connection_CELL_3G.xml ├── blackberry_connection_CELL_4G.xml ├── blackberry_connection_ETHERNET.xml ├── blackberry_connection_NONE.xml ├── blackberry_connection_UNKNOWN.xml ├── blackberry_connection_USB.xml ├── blackberry_connection_VPN.xml ├── blackberry_connection_WIFI.xml ├── blackberry_connection_connectionchange.xml ├── blackberry_connection_type.xml ├── blackberry_identity.xml ├── blackberry_identity_IMEI.xml ├── blackberry_identity_UUID.xml ├── blackberry_invoke.xml ├── blackberry_invoke_FILE_TRANSFER_COPY_RO.xml ├── blackberry_invoke_FILE_TRANSFER_COPY_RW.xml ├── blackberry_invoke_FILE_TRANSFER_LINK.xml ├── blackberry_invoke_FILE_TRANSFER_PRESERVE.xml ├── blackberry_invoke_QueryResponse.xml ├── blackberry_invoke_QueryResponseTarget.xml ├── blackberry_invoke_card.xml ├── blackberry_invoke_card_CAMERA_MODE_FULL.xml ├── blackberry_invoke_card_CAMERA_MODE_PHOTO.xml ├── blackberry_invoke_card_CAMERA_MODE_VIDEO.xml ├── blackberry_invoke_card_CalendarComposerOptions.xml ├── blackberry_invoke_card_CalendarComposerOptions_accountId.xml ├── blackberry_invoke_card_CalendarComposerOptions_body.xml ├── blackberry_invoke_card_CalendarComposerOptions_duration.xml ├── blackberry_invoke_card_CalendarComposerOptions_folderId.xml ├── blackberry_invoke_card_CalendarComposerOptions_participants.xml ├── blackberry_invoke_card_CalendarComposerOptions_startTime.xml ├── blackberry_invoke_card_CalendarComposerOptions_subject.xml ├── blackberry_invoke_card_CalendarComposerOptions_syncId.xml ├── blackberry_invoke_card_CalendarPickerOptions.xml ├── blackberry_invoke_card_CalendarPickerOptions_filepath.xml ├── blackberry_invoke_card_EmailComposerOptions.xml ├── blackberry_invoke_card_EmailComposerOptions_attachment.xml ├── blackberry_invoke_card_EmailComposerOptions_body.xml ├── blackberry_invoke_card_EmailComposerOptions_calendarevent.xml ├── blackberry_invoke_card_EmailComposerOptions_cc.xml ├── blackberry_invoke_card_EmailComposerOptions_from.xml ├── blackberry_invoke_card_EmailComposerOptions_subject.xml ├── blackberry_invoke_card_EmailComposerOptions_to.xml ├── blackberry_invoke_card_FILEPICKER_MODE_PICKER.xml ├── blackberry_invoke_card_FILEPICKER_MODE_PICKER_MULTIPLE.xml ├── blackberry_invoke_card_FILEPICKER_MODE_SAVER.xml ├── blackberry_invoke_card_FILEPICKER_MODE_SAVER_MULTIPLE.xml ├── blackberry_invoke_card_FILEPICKER_SORT_BY_DATE.xml ├── blackberry_invoke_card_FILEPICKER_SORT_BY_NAME.xml ├── blackberry_invoke_card_FILEPICKER_SORT_BY_SIZE.xml ├── blackberry_invoke_card_FILEPICKER_SORT_BY_SUFFIX.xml ├── blackberry_invoke_card_FILEPICKER_SORT_ORDER_ASCENDING.xml ├── blackberry_invoke_card_FILEPICKER_SORT_ORDER_DESCENDING.xml ├── blackberry_invoke_card_FILEPICKER_TYPE_DOCUMENT.xml ├── blackberry_invoke_card_FILEPICKER_TYPE_MUSIC.xml ├── blackberry_invoke_card_FILEPICKER_TYPE_OTHER.xml ├── blackberry_invoke_card_FILEPICKER_TYPE_PICTURE.xml ├── blackberry_invoke_card_FILEPICKER_TYPE_VIDEO.xml ├── blackberry_invoke_card_FILEPICKER_VIEWER_MODE_DEFAULT.xml ├── blackberry_invoke_card_FILEPICKER_VIEWER_MODE_GRID.xml ├── blackberry_invoke_card_FILEPICKER_VIEWER_MODE_LIST.xml ├── blackberry_invoke_card_FilePickerOptions.xml ├── blackberry_invoke_card_FilePickerOptions_allowOverwrite.xml ├── blackberry_invoke_card_FilePickerOptions_defaultSaveFileNames.xml ├── blackberry_invoke_card_FilePickerOptions_defaultType.xml ├── blackberry_invoke_card_FilePickerOptions_directory.xml ├── blackberry_invoke_card_FilePickerOptions_filter.xml ├── blackberry_invoke_card_FilePickerOptions_imageCrop.xml ├── blackberry_invoke_card_FilePickerOptions_mode.xml ├── blackberry_invoke_card_FilePickerOptions_sortBy.xml ├── blackberry_invoke_card_FilePickerOptions_sortOrder.xml ├── blackberry_invoke_card_FilePickerOptions_title.xml ├── blackberry_invoke_card_FilePickerOptions_type.xml ├── blackberry_invoke_card_FilePickerOptions_viewMode.xml ├── blackberry_invoke_card_IcsViewerOptions.xml ├── blackberry_invoke_card_IcsViewerOptions_accountId.xml ├── blackberry_invoke_card_IcsViewerOptions_uri.xml ├── blackberry_invoke_card_MediaPlayerOptions.xml ├── blackberry_invoke_card_MediaPlayerOptions_contentTitle.xml ├── blackberry_invoke_card_MediaPlayerOptions_contentUri.xml ├── blackberry_invoke_card_MediaPlayerOptions_imageUri.xml ├── blackberry_invoke_card_invokeCalendarComposer.xml ├── blackberry_invoke_card_invokeCalendarPicker.xml ├── blackberry_invoke_card_invokeCamera.xml ├── blackberry_invoke_card_invokeEmailComposer.xml ├── blackberry_invoke_card_invokeFilePicker.xml ├── blackberry_invoke_card_invokeIcsViewer.xml ├── blackberry_invoke_card_invokeMediaPlayer.xml ├── blackberry_invoke_card_invokeTargetPicker.xml ├── blackberry_invoke_closeChildCard.xml ├── blackberry_invoke_interrupter.xml ├── blackberry_invoke_invoke.xml ├── blackberry_invoke_onChildCardClosed.xml ├── blackberry_invoke_onChildCardEndPeek.xml ├── blackberry_invoke_onChildCardStartPeek.xml ├── blackberry_invoke_query.xml ├── blackberry_invoked.xml ├── blackberry_invoked_cardRequestClosure.xml ├── blackberry_invoked_cardStartPeek.xml ├── blackberry_invoked_invoked.xml ├── blackberry_invoked_onCardClosed.xml ├── blackberry_io.xml ├── blackberry_io_SDCard.xml ├── blackberry_io_filetransfer.xml ├── blackberry_io_filetransfer_CONNECTION_ERR.xml ├── blackberry_io_filetransfer_FILE_NOT_FOUND_ERR.xml ├── blackberry_io_filetransfer_INVALID_URL_ERR.xml ├── blackberry_io_filetransfer_PERMISSIONS_ERR.xml ├── blackberry_io_filetransfer_download.xml ├── blackberry_io_filetransfer_upload.xml ├── blackberry_io_home.xml ├── blackberry_io_sandbox.xml ├── blackberry_io_sharedFolder.xml ├── blackberry_notification.xml ├── blackberry_pim_contacts.xml ├── blackberry_pim_contacts_Contact.xml ├── blackberry_pim_contacts_ContactAccount.xml ├── blackberry_pim_contacts_ContactAccount_enterprise.xml ├── blackberry_pim_contacts_ContactAccount_id.xml ├── blackberry_pim_contacts_ContactAccount_name.xml ├── blackberry_pim_contacts_ContactActivity.xml ├── blackberry_pim_contacts_ContactActivity_INCOMING.xml ├── blackberry_pim_contacts_ContactActivity_OUTGOING.xml ├── blackberry_pim_contacts_ContactActivity_description.xml ├── blackberry_pim_contacts_ContactActivity_direction.xml ├── blackberry_pim_contacts_ContactActivity_mimeType.xml ├── blackberry_pim_contacts_ContactActivity_timestamp.xml ├── blackberry_pim_contacts_ContactAddress.xml ├── blackberry_pim_contacts_ContactAddress_HOME.xml ├── blackberry_pim_contacts_ContactAddress_OTHER.xml ├── blackberry_pim_contacts_ContactAddress_WORK.xml ├── blackberry_pim_contacts_ContactAddress_country.xml ├── blackberry_pim_contacts_ContactAddress_locality.xml ├── blackberry_pim_contacts_ContactAddress_postalCode.xml ├── blackberry_pim_contacts_ContactAddress_region.xml ├── blackberry_pim_contacts_ContactAddress_streetAddress.xml ├── blackberry_pim_contacts_ContactAddress_streetOther.xml ├── blackberry_pim_contacts_ContactAddress_type.xml ├── blackberry_pim_contacts_ContactError.xml ├── blackberry_pim_contacts_ContactError_INVALID_ARGUMENT_ERROR.xml ├── blackberry_pim_contacts_ContactError_IO_ERROR.xml ├── blackberry_pim_contacts_ContactError_NOT_SUPPORTED_ERROR.xml ├── blackberry_pim_contacts_ContactError_PENDING_OPERATION_ERROR.xml ├── blackberry_pim_contacts_ContactError_PERMISSION_DENIED_ERROR.xml ├── blackberry_pim_contacts_ContactError_TIMEOUT_ERROR.xml ├── blackberry_pim_contacts_ContactError_UNKNOWN_ERROR.xml ├── blackberry_pim_contacts_ContactError_code.xml ├── blackberry_pim_contacts_ContactField.xml ├── blackberry_pim_contacts_ContactField_DIRECT.xml ├── blackberry_pim_contacts_ContactField_HOME.xml ├── blackberry_pim_contacts_ContactField_MOBILE.xml ├── blackberry_pim_contacts_ContactField_OTHER.xml ├── blackberry_pim_contacts_ContactField_WORK.xml ├── blackberry_pim_contacts_ContactField_type.xml ├── blackberry_pim_contacts_ContactField_value.xml ├── blackberry_pim_contacts_ContactFindOptions.xml ├── blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_BBMPIN.xml ├── blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_EMAIL.xml ├── blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_FAMILY_NAME.xml ├── blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_GIVEN_NAME.xml ├── blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_LINKEDIN.xml ├── blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_ORGANIZATION_NAME.xml ├── blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_PHONE.xml ├── blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_TWITTER.xml ├── blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_VIDEO_CHAT.xml ├── blackberry_pim_contacts_ContactFindOptions_SORT_FIELD_FAMILY_NAME.xml ├── blackberry_pim_contacts_ContactFindOptions_SORT_FIELD_GIVEN_NAME.xml ├── blackberry_pim_contacts_ContactFindOptions_SORT_FIELD_ORGANIZATION_NAME.xml ├── blackberry_pim_contacts_ContactFindOptions_excludeAccounts.xml ├── blackberry_pim_contacts_ContactFindOptions_favourite.xml ├── blackberry_pim_contacts_ContactFindOptions_filter.xml ├── blackberry_pim_contacts_ContactFindOptions_includeAccounts.xml ├── blackberry_pim_contacts_ContactFindOptions_limit.xml ├── blackberry_pim_contacts_ContactFindOptions_sort.xml ├── blackberry_pim_contacts_ContactName.xml ├── blackberry_pim_contacts_ContactName_alias.xml ├── blackberry_pim_contacts_ContactName_familyName.xml ├── blackberry_pim_contacts_ContactName_givenName.xml ├── blackberry_pim_contacts_ContactName_honorificPrefix.xml ├── blackberry_pim_contacts_ContactName_honorificSuffix.xml ├── blackberry_pim_contacts_ContactName_middleName.xml ├── blackberry_pim_contacts_ContactName_phoneticFamilyName.xml ├── blackberry_pim_contacts_ContactName_phoneticGivenName.xml ├── blackberry_pim_contacts_ContactNews.xml ├── blackberry_pim_contacts_ContactNews_articleSource.xml ├── blackberry_pim_contacts_ContactNews_body.xml ├── blackberry_pim_contacts_ContactNews_companies.xml ├── blackberry_pim_contacts_ContactNews_publishedAt.xml ├── blackberry_pim_contacts_ContactNews_title.xml ├── blackberry_pim_contacts_ContactNews_type.xml ├── blackberry_pim_contacts_ContactNews_uri.xml ├── blackberry_pim_contacts_ContactOrganization.xml ├── blackberry_pim_contacts_ContactOrganization_department.xml ├── blackberry_pim_contacts_ContactOrganization_name.xml ├── blackberry_pim_contacts_ContactOrganization_title.xml ├── blackberry_pim_contacts_ContactPhoto.xml ├── blackberry_pim_contacts_ContactPhoto_largeFilePath.xml ├── blackberry_pim_contacts_ContactPhoto_originaFilePath.xml ├── blackberry_pim_contacts_ContactPhoto_pref.xml ├── blackberry_pim_contacts_ContactPhoto_smallFilePath.xml ├── blackberry_pim_contacts_ContactPickerOptions.xml ├── blackberry_pim_contacts_ContactPickerOptions_MODE_ATTRIBUTE.xml ├── blackberry_pim_contacts_ContactPickerOptions_MODE_MULTIPLE.xml ├── blackberry_pim_contacts_ContactPickerOptions_MODE_SINGLE.xml ├── blackberry_pim_contacts_ContactPickerOptions_confirmButtonLabel.xml ├── blackberry_pim_contacts_ContactPickerOptions_fields.xml ├── blackberry_pim_contacts_ContactPickerOptions_mode.xml ├── blackberry_pim_contacts_ContactPickerOptions_title.xml ├── blackberry_pim_contacts_Contact_activities.xml ├── blackberry_pim_contacts_Contact_addresses.xml ├── blackberry_pim_contacts_Contact_anniversary.xml ├── blackberry_pim_contacts_Contact_birthday.xml ├── blackberry_pim_contacts_Contact_categories.xml ├── blackberry_pim_contacts_Contact_clone.xml ├── blackberry_pim_contacts_Contact_displayName.xml ├── blackberry_pim_contacts_Contact_emails.xml ├── blackberry_pim_contacts_Contact_favorite.xml ├── blackberry_pim_contacts_Contact_faxNumbers.xml ├── blackberry_pim_contacts_Contact_id.xml ├── blackberry_pim_contacts_Contact_ims.xml ├── blackberry_pim_contacts_Contact_name.xml ├── blackberry_pim_contacts_Contact_news.xml ├── blackberry_pim_contacts_Contact_nickname.xml ├── blackberry_pim_contacts_Contact_note.xml ├── blackberry_pim_contacts_Contact_organizations.xml ├── blackberry_pim_contacts_Contact_pagerNumbers.xml ├── blackberry_pim_contacts_Contact_phoneNumbers.xml ├── blackberry_pim_contacts_Contact_photos.xml ├── blackberry_pim_contacts_Contact_remove.xml ├── blackberry_pim_contacts_Contact_ringtone.xml ├── blackberry_pim_contacts_Contact_save.xml ├── blackberry_pim_contacts_Contact_socialNetworks.xml ├── blackberry_pim_contacts_Contact_sourceAccounts.xml ├── blackberry_pim_contacts_Contact_urls.xml ├── blackberry_pim_contacts_Contact_videoChat.xml ├── blackberry_pim_contacts_create.xml ├── blackberry_pim_contacts_find.xml ├── blackberry_pim_contacts_getContact.xml ├── blackberry_pim_contacts_getContactAccounts.xml ├── blackberry_pim_contacts_invokeContactPicker.xml ├── blackberry_push_PushPayLoad.xml ├── blackberry_push_PushPayLoad_acknowledge.xml ├── blackberry_push_PushPayLoad_data.xml ├── blackberry_push_PushPayLoad_headers.xml ├── blackberry_push_PushPayLoad_id.xml ├── blackberry_push_PushPayLoad_isAcknowledgeRequired.xml ├── blackberry_push_PushService_CHANNEL_ALREADY_DESTROYED.xml ├── blackberry_push_PushService_CHANNEL_ALREADY_DESTROYED_BY_PROVIDER.xml ├── blackberry_push_PushService_CHANNEL_SUSPENDED_BY_PROVIDER.xml ├── blackberry_push_PushService_CREATE_CHANNEL_NOT_DONE.xml ├── blackberry_push_PushService_CREATE_CHANNEL_OPERATION.xml ├── blackberry_push_PushService_CREATE_SESSION_NOT_DONE.xml ├── blackberry_push_PushService_DESTROY_CHANNEL_OPERATION.xml ├── blackberry_push_PushService_EXPIRED_AUTHENTICATION_TOKEN_PROVIDED_TO_PPG.xml ├── blackberry_push_PushService_INTERNAL_ERROR.xml ├── blackberry_push_PushService_INVALID_AUTHENTICATION_TOKEN_PROVIDED_TO_PPG.xml ├── blackberry_push_PushService_INVALID_DEVICE_PIN.xml ├── blackberry_push_PushService_INVALID_OS_VERSION_OR_DEVICE_MODEL_NUMBER.xml ├── blackberry_push_PushService_INVALID_PPG_SUBSCRIBER_STATE.xml ├── blackberry_push_PushService_INVALID_PPG_URL.xml ├── blackberry_push_PushService_INVALID_PROVIDER_APPLICATION_ID.xml ├── blackberry_push_PushService_MISSING_INVOKE_TARGET_ID.xml ├── blackberry_push_PushService_MISSING_PORT_FROM_PPG.xml ├── blackberry_push_PushService_MISSING_PPG_URL.xml ├── blackberry_push_PushService_MISSING_SUBSCRIPTION_RETURN_CODE_FROM_PPG.xml ├── blackberry_push_PushService_OPERATION_NOT_SUPPORTED.xml ├── blackberry_push_PushService_PPG_SERVER_ERROR.xml ├── blackberry_push_PushService_PPG_SUBSCRIBER_LIMIT_REACHED.xml ├── blackberry_push_PushService_PPG_SUBSCRIBER_NOT_FOUND.xml ├── blackberry_push_PushService_PUSH_TRANSPORT_UNAVAILABLE.xml ├── blackberry_push_PushService_SESSION_ALREADY_EXISTS.xml ├── blackberry_push_PushService_SUCCESS.xml ├── blackberry_push_PushService_create.xml ├── blackberry_push_PushService_createChannel.xml ├── blackberry_push_PushService_destroyChannel.xml ├── blackberry_push_PushService_extractPushPayload.xml ├── blackberry_push_PushService_launchApplicationOnPush.xml ├── blackberry_sensors.xml ├── blackberry_sensors_deviceaccelerometer.xml ├── blackberry_sensors_deviceazimuthpitchroll.xml ├── blackberry_sensors_devicecompass.xml ├── blackberry_sensors_devicegravity.xml ├── blackberry_sensors_devicegyroscope.xml ├── blackberry_sensors_deviceholster.xml ├── blackberry_sensors_devicelight.xml ├── blackberry_sensors_devicelinearacceleration.xml ├── blackberry_sensors_devicemagnetometer.xml ├── blackberry_sensors_deviceorientation.xml ├── blackberry_sensors_deviceproximity.xml ├── blackberry_sensors_devicerotationmatrix.xml ├── blackberry_sensors_setOptions.xml ├── blackberry_sensors_supportedSensors.xml ├── blackberry_system.xml ├── blackberry_system_ALLOW.xml ├── blackberry_system_DENY.xml ├── blackberry_system_batterycritical.xml ├── blackberry_system_batterylow.xml ├── blackberry_system_batterystatus.xml ├── blackberry_system_deviceLockedStatus.xml ├── blackberry_system_fontchanged.xml ├── blackberry_system_getCurrentTimezone.xml ├── blackberry_system_getFontInfo.xml ├── blackberry_system_getTimezones.xml ├── blackberry_system_hardwareId.xml ├── blackberry_system_hasCapability.xml ├── blackberry_system_language.xml ├── blackberry_system_languagechanged.xml ├── blackberry_system_name.xml ├── blackberry_system_perimeterlocked.xml ├── blackberry_system_perimeterunlocked.xml ├── blackberry_system_region.xml ├── blackberry_system_regionchanged.xml ├── blackberry_system_setWallpaper.xml ├── blackberry_system_softwareVersion.xml ├── blackberry_ui_contextmenu.xml ├── blackberry_ui_contextmenu_ACTION_CANCEL.xml ├── blackberry_ui_contextmenu_ACTION_CLEAR_FIELD.xml ├── blackberry_ui_contextmenu_ACTION_COPY.xml ├── blackberry_ui_contextmenu_ACTION_COPY_IMAGE_LINK.xml ├── blackberry_ui_contextmenu_ACTION_COPY_LINK.xml ├── blackberry_ui_contextmenu_ACTION_CUT.xml ├── blackberry_ui_contextmenu_ACTION_PASTE.xml ├── blackberry_ui_contextmenu_ACTION_SAVE_IMAGE.xml ├── blackberry_ui_contextmenu_ACTION_SAVE_LINK_AS.xml ├── blackberry_ui_contextmenu_ACTION_SELECT.xml ├── blackberry_ui_contextmenu_ACTION_VIEW_IMAGE.xml ├── blackberry_ui_contextmenu_CONTEXT_ALL.xml ├── blackberry_ui_contextmenu_CONTEXT_IMAGE.xml ├── blackberry_ui_contextmenu_CONTEXT_IMAGE_LINK.xml ├── blackberry_ui_contextmenu_CONTEXT_INPUT.xml ├── blackberry_ui_contextmenu_CONTEXT_LINK.xml ├── blackberry_ui_contextmenu_CONTEXT_TEXT.xml ├── blackberry_ui_contextmenu_INSPECT_ELEMENT.xml ├── blackberry_ui_contextmenu_addItem.xml ├── blackberry_ui_contextmenu_defineCustomContext.xml ├── blackberry_ui_contextmenu_enabled.xml ├── blackberry_ui_contextmenu_removeItem.xml ├── blackberry_ui_cover.xml ├── blackberry_ui_cover_CoverLabel.xml ├── blackberry_ui_cover_CoverLabel_label.xml ├── blackberry_ui_cover_CoverLabel_size.xml ├── blackberry_ui_cover_CoverLabel_wrap.xml ├── blackberry_ui_cover_TRANSITION_DEFAULT.xml ├── blackberry_ui_cover_TRANSITION_FADE.xml ├── blackberry_ui_cover_TRANSITION_NONE.xml ├── blackberry_ui_cover_TRANSITION_SLIDE.xml ├── blackberry_ui_cover_TYPE_IMAGE.xml ├── blackberry_ui_cover_TYPE_SNAPSHOT.xml ├── blackberry_ui_cover_coverSize.xml ├── blackberry_ui_cover_entercover.xml ├── blackberry_ui_cover_exitcover.xml ├── blackberry_ui_cover_labels.xml ├── blackberry_ui_cover_resetCover.xml ├── blackberry_ui_cover_setContent.xml ├── blackberry_ui_cover_setTransition.xml ├── blackberry_ui_cover_showBadges.xml ├── blackberry_ui_cover_updateCover.xml ├── blackberry_ui_dialog.xml ├── blackberry_ui_dialog_D_DELETE.xml ├── blackberry_ui_dialog_D_OK.xml ├── blackberry_ui_dialog_D_OK_CANCEL.xml ├── blackberry_ui_dialog_D_PROMPT.xml ├── blackberry_ui_dialog_D_SAVE.xml ├── blackberry_ui_dialog_D_YES_NO.xml ├── blackberry_ui_dialog_customAskAsync.xml ├── blackberry_ui_dialog_standardAskAsync.xml ├── blackberry_ui_toast.xml ├── blackberry_ui_toast_show.xml ├── blackberry_user_identity.xml ├── blackberry_user_identity_blackberryid.xml ├── blackberry_user_identity_blackberryprofile.xml ├── blackberry_user_identity_challenge.xml ├── blackberry_user_identity_clearToken.xml ├── blackberry_user_identity_createData.xml ├── blackberry_user_identity_deleteData.xml ├── blackberry_user_identity_getProperties.xml ├── blackberry_user_identity_getToken.xml ├── blackberry_user_identity_getVersion.xml ├── blackberry_user_identity_registerNotifier.xml ├── blackberry_user_identity_registerProvider.xml ├── blackberry_user_identity_setData.xml ├── blackberry_user_identity_setOption.xml └── main.ditamap └── test /api/blackberry_Notification_permission.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>permission</apiname> 5 | The w3c static permission attribute returns permission for showing notification for a given origin. As for a WebWorks application, permission is always granted, the value is always "granted". 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_author.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>author</apiname> 5 | The ID of the author's name that is specified in the config.xml file. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_authorEmail.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>authorEmail</apiname> 5 | The author's email of the BlackBerry WebWorks application that is specified in the config.xml file. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_authorURL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>authorURL</apiname> 5 | The author's URL of the BlackBerry WebWorks application that is specified in the config.xml file. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_copyright.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>copyright</apiname> 5 | The copyright information of the BlackBerry WebWorks application that is specified in the config.xml file. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_description.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>description</apiname> 5 | The description of the BlackBerry WebWorks application that is specified in the config.xml file. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_exit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>exit()</apiname> 5 | This function will cause the application to exit. 6 | 7 |
8 | Synopsis: 9 |
exit: function(){}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_id.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>id</apiname> 5 | The ID of the BlackBerry WebWorks application that is specified in the config.xml file. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_license.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>license</apiname> 5 | The license of the BlackBerry WebWorks application that is specified in the config.xml file. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_licenseURL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>licenseURL</apiname> 5 | The license URL of the BlackBerry WebWorks application that is specified in the config.xml file. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_minimize.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>minimize()</apiname> 5 | Minimizes the application window to a thumbnail and sends the user to the application switcher on the home screen. This will trigger the pause event. 6 | 7 |
8 | Synopsis: 9 |
minimize: function(){}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_name.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>name</apiname> 5 | The name of the BlackBerry WebWorks application that is specified in the config.xml file. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_orientation.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>orientation</apiname> 5 | The current orientation of the BlackBerry device. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_unlockOrientation.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>unlockOrientation()</apiname> 5 | This function will unlock the screen rotating if it was previously locked. 6 | 7 |
8 | Synopsis: 9 |
unlockOrientation: function(){}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_version.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>version</apiname> 5 | The version of the BlackBerry WebWorks application that is specified in the config.xml file. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_app_windowState.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>windowState</apiname> 5 | The current window state of the application. This will be equal to "fullscreen" when the application is considered to be fullscreen and should be running normally. It will have the value of "thumbnail" when the application has been sized smaller than fullscreen. It will be equal to "invisible" when the application's window is not visible to the user. This could be due to being positioned off the screen or when the LCD is turned off. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_connection_BB.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>BB</apiname> 5 | Blackberry Bridge connection 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
BB : "rim-bb"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_connection_BLUETOOTH_DUN.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>BLUETOOTH_DUN</apiname> 5 | Bluetooth tethering connection 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
BLUETOOTH_DUN : "bluetooth_dun"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_connection_CELL_2G.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CELL_2G</apiname> 5 | Cellular 2G connection 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CELL_2G : "2g"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_connection_CELL_3G.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CELL_3G</apiname> 5 | Cellular 3G connection 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CELL_3G : "3g"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_connection_CELL_4G.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CELL_4G</apiname> 5 | Cellular 4G connection 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CELL_4G : "4g"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_connection_ETHERNET.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ETHERNET</apiname> 5 | Wired ethernet connection 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ETHERNET : "ethernet"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_connection_NONE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>NONE</apiname> 5 | No connection 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
NONE : "none"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_connection_UNKNOWN.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>UNKNOWN</apiname> 5 | Unknown connection 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
UNKNOWN : "unknown"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_connection_USB.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>USB</apiname> 5 | USB connection 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
USB : "usb"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_connection_VPN.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>VPN</apiname> 5 | VPN connection 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
VPN : "vpn"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_connection_WIFI.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>WIFI</apiname> 5 | Wi-Fi connection 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
WIFI : "wifi"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_connection_type.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>type</apiname> 5 | The type of network connection that is being used by the application. Note that CELL_4G is always returned for cellular connection. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_identity.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Identity 5 | The Identity object contains information regarding the user's identity and accounts on a BlackBerry smartphone. 6 | 7 | -------------------------------------------------------------------------------- /api/blackberry_identity_IMEI.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>IMEI</apiname> 5 | Contains the IMEI number for the smartphone. 6 | 7 |
8 | Synopsis: 9 |
static read-only {String}
10 |
11 |
12 |
13 | 14 | 15 | -------------------------------------------------------------------------------- /api/blackberry_identity_UUID.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>UUID</apiname> 5 | Contains the unique identifier for the device. 6 | 7 |
8 | Synopsis: 9 |
static read-only {String}
10 |
11 |
12 |
13 | 14 | 15 | -------------------------------------------------------------------------------- /api/blackberry_invoke.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Invoke 5 | The Invoke object contains methods that interact with other applications. 6 | 7 |

On BlackBerry 10, the {@link blackberry.invoke.invoke} method will take arguments in the form of JavaScript object literal.

8 |
9 |
10 | -------------------------------------------------------------------------------- /api/blackberry_invoke_FILE_TRANSFER_COPY_RO.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILE_TRANSFER_COPY_RO</apiname> 5 | Describes the file transfer mode where the file will be copied to the invoked application with read only privileges. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILE_TRANSFER_COPY_RO : "COPY_RO"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_FILE_TRANSFER_COPY_RW.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILE_TRANSFER_COPY_RW</apiname> 5 | Describes the file transfer mode where the file will be copied to the invoked application with read and write privileges. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILE_TRANSFER_COPY_RW : "COPY_RW"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_FILE_TRANSFER_LINK.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILE_TRANSFER_LINK</apiname> 5 | Describes the file transfer mode where the invoked application will receive a link to the file path provided. The permissions of the original file MUST include o+r. It o+w the sender must be the owner of the file. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILE_TRANSFER_LINK : "LINK"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_FILE_TRANSFER_PRESERVE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILE_TRANSFER_PRESERVE</apiname> 5 | Describes the file transfer mode where the provided URI is preserved as is. No box-2-box logic is applied. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILE_TRANSFER_PRESERVE : "PRESERVE"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Card 5 | The Card object contains methods that invoke cards. 6 | 7 |

{Sample - Invoking cards} https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/invoke-card Sample that demonstrates how to use the BlackBerry Invoke Cards API [BlackBerry on GitHub]. Invoking cards as Share Targets} https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/ShareTargets Sample that demonstrates how to use the BlackBerry Invoke Cards API [BlackBerry on GitHub]. 8 |

9 |
10 |
11 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CAMERA_MODE_FULL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CAMERA_MODE_FULL</apiname> 5 | Describes the full mode for camera which means photo,video and TimeShift. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CAMERA_MODE_FULL : "full"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CAMERA_MODE_PHOTO.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CAMERA_MODE_PHOTO</apiname> 5 | Describes the photo mode for camera. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CAMERA_MODE_PHOTO : "photo"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CAMERA_MODE_VIDEO.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CAMERA_MODE_VIDEO</apiname> 5 | Describes the video mode for camera. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CAMERA_MODE_VIDEO : "video"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CalendarComposerOptions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CalendarComposerOptions</apiname> 5 | The CalendarComposerOptions object contains options that are passed into {@link blackberry.invoke.card.invokeCalendarComposer}(). 6 | 7 |
8 | Synopsis: 9 |
CalendarComposerOptions = {}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CalendarComposerOptions_accountId.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>accountId</apiname> 5 | The account ID of the account the composer should create the event for. 6 | 7 |
8 | Synopsis: 9 |
{Number}
10 |
accountId = 0
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CalendarComposerOptions_body.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>body</apiname> 5 | The the event notes that should be set when the composer is invoked. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
body = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CalendarComposerOptions_duration.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>duration</apiname> 5 | The event duration in minutes. 6 | 7 |
8 | Synopsis: 9 |
{Number}
10 |
duration = 0
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CalendarComposerOptions_folderId.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>folderId</apiname> 5 | The folder ID of the account the composer should file this event for. 6 | 7 |
8 | Synopsis: 9 |
{Number}
10 |
folderId = 0
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CalendarComposerOptions_participants.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>participants</apiname> 5 | An array of participant email addresses. 6 | 7 |
8 | Synopsis: 9 |
{Sting[]}
10 |
participants = []
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CalendarComposerOptions_startTime.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>startTime</apiname> 5 | Represents the start time of the event. e.g: Mon Nov 26 12:30:17 2012 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
startTime = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CalendarComposerOptions_subject.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>subject</apiname> 5 | The the event subject that should be set when the composer is invoked. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
subject = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CalendarComposerOptions_syncId.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>syncId</apiname> 5 | The sync ID of the account for the calendar composer. 6 | 7 |
8 | Synopsis: 9 |
{Number}
10 |
syncId = 0
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CalendarPickerOptions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CalendarPickerOptions</apiname> 5 | The CalendarPickerOptions object contains options that are passed into {@link blackberry.invoke.card.invokeCalendarPicker}(). 6 | 7 |
8 | Synopsis: 9 |
CalendarPickerOptions = {}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_CalendarPickerOptions_filepath.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>filepath</apiname> 5 | The path to the vcs file where the picker should save the chosen event. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
filepath = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_EmailComposerOptions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>EmailComposerOptions</apiname> 5 | The EmailComposerOptions object contains options that are passed into {@link blackberry.invoke.card.invokeEmailComposer}(). 6 | 7 |
8 | Synopsis: 9 |
EmailComposerOptions = {}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_EmailComposerOptions_attachment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>attachment</apiname> 5 | An array of filepaths to files that will be attached to this email. 6 | 7 |
8 | Synopsis: 9 |
{String[]}
10 |
attachment = []
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_EmailComposerOptions_body.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>body</apiname> 5 | The email body that should be set when the composer is invoked. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
body = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_EmailComposerOptions_calendarevent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>calendarevent</apiname> 5 | The calendar event ID to attach to this email. 6 | 7 |
8 | Synopsis: 9 |
{Number}
10 |
calendarevent = 0
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_EmailComposerOptions_cc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>cc</apiname> 5 | An array of carbon copied email addresses. 6 | 7 |
8 | Synopsis: 9 |
{String[]}
10 |
cc = []
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_EmailComposerOptions_from.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>from</apiname> 5 | The account ID of the account the composer should send the email from. 6 | 7 |
8 | Synopsis: 9 |
{Number}
10 |
from = 0
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_EmailComposerOptions_subject.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>subject</apiname> 5 | The subject that should be set when the composer is invoked. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
subject = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_EmailComposerOptions_to.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>to</apiname> 5 | An array of recipient email addresses. 6 | 7 |
8 | Synopsis: 9 |
{String[]}
10 |
to = []
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_MODE_PICKER.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_MODE_PICKER</apiname> 5 | Describes the picker mode for the FilePicker, allows picking a file. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_MODE_PICKER : "Picker"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_MODE_PICKER_MULTIPLE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_MODE_PICKER_MULTIPLE</apiname> 5 | Describes the multiple picker mode for the FilePicker, allows picking multiple files. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_MODE_PICKER_MULTIPLE : "PickerMultiple"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_MODE_SAVER.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_MODE_SAVER</apiname> 5 | Describes the saver mode for the FilePicker, allows saving a file. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_MODE_SAVER : "Saver"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_MODE_SAVER_MULTIPLE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_MODE_SAVER_MULTIPLE</apiname> 5 | Describes the multiple saver mode for the FilePicker, allows saving multiple files. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_MODE_SAVER_MULTIPLE : "SaverMultiple"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_SORT_BY_DATE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_SORT_BY_DATE</apiname> 5 | Describes the sort by field date. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_SORT_BY_DATE : "Date"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_SORT_BY_NAME.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_SORT_BY_NAME</apiname> 5 | Describes the sort by field name. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_SORT_BY_NAME : "Name"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_SORT_BY_SIZE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_SORT_BY_SIZE</apiname> 5 | Describes the sort by field size. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_SORT_BY_SIZE : "Size"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_SORT_BY_SUFFIX.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_SORT_BY_SUFFIX</apiname> 5 | Describes the sort by field suffix. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_SORT_BY_SUFFIX : "Suffix"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_SORT_ORDER_ASCENDING.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_SORT_ORDER_ASCENDING</apiname> 5 | Describes the sort order of ascending. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_SORT_ORDER_ASCENDING : "Ascending"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_SORT_ORDER_DESCENDING.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_SORT_ORDER_DESCENDING</apiname> 5 | Describes the sort order of descending. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_SORT_ORDER_DESCENDING : "Descending"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_TYPE_DOCUMENT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_TYPE_DOCUMENT</apiname> 5 | Describes the document type file. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_TYPE_DOCUMENT : "document"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_TYPE_MUSIC.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_TYPE_MUSIC</apiname> 5 | Describes the music type file. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_TYPE_MUSIC : "music"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_TYPE_OTHER.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_TYPE_OTHER</apiname> 5 | Describes the other type file. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_TYPE_OTHER : "other"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_TYPE_PICTURE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_TYPE_PICTURE</apiname> 5 | Describes the picture type file. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_TYPE_PICTURE : "picture"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_TYPE_VIDEO.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_TYPE_VIDEO</apiname> 5 | Describes the video type file. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_TYPE_VIDEO : "video"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_VIEWER_MODE_DEFAULT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_VIEWER_MODE_DEFAULT</apiname> 5 | Describes the default view for the viewer of the FilePicker. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_VIEWER_MODE_DEFAULT : "Default"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_VIEWER_MODE_GRID.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_VIEWER_MODE_GRID</apiname> 5 | Describes the grid view for the viewer of the FilePicker. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_VIEWER_MODE_GRID : "GridView"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FILEPICKER_VIEWER_MODE_LIST.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILEPICKER_VIEWER_MODE_LIST</apiname> 5 | Describes the list view for the viewer of the FilePicker. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
FILEPICKER_VIEWER_MODE_LIST : "ListView"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FilePickerOptions</apiname> 5 | The FilePickerOptions object contains options that are passed into {@link blackberry.invoke.card.invokeFilePicker}(). {Sample - Set Wallpaper using File Picker } https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/SetWallpaper Sample that demonstrates how to use the BlackBerry Invoke FilePicker API [BlackBerry on GitHub]. 6 | 7 |
8 | Synopsis: 9 |
FilePickerOptions = {}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions_allowOverwrite.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>allowOverwrite</apiname> 5 | A true or false that describes whether the file being saved can be overwritten or not. Defaults to false. It is only valid in FILEPICKER_MODE_SAVER and FILEPICKER_MODE_SAVER_MULTIPLE. 6 | 7 |
8 | Synopsis: 9 |
{Boolean}
10 |
allowOverwrite = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions_defaultType.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>defaultType</apiname> 5 | A string that describes the default type selected in the FilePicker dropdown. Defaults to the first type in the array of option.type. Only takes affect if more than one options.type is selected. Availabe types can be found under properties. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
defaultType = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions_directory.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>directory</apiname> 5 | An array of strings where only the first value in array describes the folder that will presented to the FilePicker, all other items will be ignored. Defaults to the last folder that the picker was opened in. Recommended to be specified with every call to control the user experience. 6 | 7 |
8 | Synopsis: 9 |
{String[]}
10 |
directory = []
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions_filter.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>filter</apiname> 5 | An array of strings that the file picker files should be filtered on. example [".jpg",".bmp"]. Defaults to no filter. 6 | 7 |
8 | Synopsis: 9 |
{String[]}
10 |
filter = []
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions_imageCrop.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>imageCrop</apiname> 5 | A true or false to describe the imageCrop. Defaults to false. It will only be allowed for pictures of format jpg, jpe, jpeg or png in mode FILEPICKER_MODE_PICKER and FILEPICKER_MODE_PICKER_MULTIPLE. 6 | 7 |
8 | Synopsis: 9 |
{Boolean}
10 |
imageCrop = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions_mode.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>mode</apiname> 5 | A string that describes the mode of the FilePicker. Availabe modes can be found under properties. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
mode = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions_sortBy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>sortBy</apiname> 5 | A string describes the FilePicker's sort by name or date or suffix or size. Availabe sort by fields can be found under properties. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
sortBy = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions_sortOrder.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>sortOrder</apiname> 5 | A string describes the viewer sort order of the FilePicker, such as ascending or descending or default layout. Defaults to default sort order. Availabe modes can be found under properties. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
sortOrder = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions_title.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>title</apiname> 5 | A string that describes the title of the FilePicker. Defaults to the folder name. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
title = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions_type.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>type</apiname> 5 | An array of strings that describes the type of files that the FilePicker will show. Defaults to showing all types. Availabe types can be found under properties. 6 | 7 |
8 | Synopsis: 9 |
{String[]}
10 |
type = []
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_FilePickerOptions_viewMode.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>viewMode</apiname> 5 | A string describes the viewer mode of the FilePicker, such as grid or list layout. Availabe view modes can be found under properties. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
viewMode = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_IcsViewerOptions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>IcsViewerOptions</apiname> 5 | The IcsViewerOptions object contains options that are passed into {@link blackberry.invoke.card.invokeIcsViewer}(). 6 | 7 |
8 | Synopsis: 9 |
IcsViewerOptions = {}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_IcsViewerOptions_accountId.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>accountId</apiname> 5 | A number that represents the account id. 6 | 7 |
8 | Synopsis: 9 |
{Number}
10 |
accountId = 0
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_IcsViewerOptions_uri.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>uri</apiname> 5 | The url of ics file to be viewed. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
uri = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_MediaPlayerOptions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>MediaPlayerOptions</apiname> 5 | The MediaPlayerOptions object contains options that are passed into {@link blackberry.invoke.card.invokeMediaPlayer}(). 6 | 7 |
8 | Synopsis: 9 |
MediaPlayerOptions = {}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_MediaPlayerOptions_contentTitle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>contentTitle</apiname> 5 | The title to be displayed in the media player title field. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
contentTitle = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_MediaPlayerOptions_contentUri.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>contentUri</apiname> 5 | The URL for the content to be played. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
contentUri = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoke_card_MediaPlayerOptions_imageUri.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>imageUri</apiname> 5 | The image source URL that will be used to replace the default background image. This is useful if the content is audio type. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
imageUri = ""
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_invoked.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Invoked 5 | The Invoked object allows the application to be invoked by other applications. 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /api/blackberry_io_SDCard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SDCard</apiname> 5 | The full file path for the SD card folder 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_io_filetransfer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | filetransfer 5 | The FileTransfer object contains functions for uploading and downloading files to/from a remote server. 6 | 7 | 8 | Sample that demonstrates how to use the BlackBerry File Transfer API [BlackBerry on GitHub]. 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /api/blackberry_io_filetransfer_CONNECTION_ERR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CONNECTION_ERR</apiname> 5 | The upload failed due to a connection error. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
CONNECTION_ERR : 3
11 |
12 |
13 |
-------------------------------------------------------------------------------- /api/blackberry_io_filetransfer_FILE_NOT_FOUND_ERR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>FILE_NOT_FOUND_ERR</apiname> 5 | The file was not found. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
FILE_NOT_FOUND_ERR : 1
11 |
12 |
13 |
-------------------------------------------------------------------------------- /api/blackberry_io_filetransfer_INVALID_URL_ERR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>INVALID_URL_ERR</apiname> 5 | The URL of the server was invalid. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
INVALID_URL_ERR : 2
11 |
12 |
13 |
-------------------------------------------------------------------------------- /api/blackberry_io_filetransfer_PERMISSIONS_ERR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>PERMISSIONS_ERR</apiname> 5 | Application unable to write to target folder due to insufficient permissions. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
PERMISSIONS_ERR : 4
11 |
12 |
13 |
-------------------------------------------------------------------------------- /api/blackberry_io_home.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>home</apiname> 5 | The full file path for the application data folder 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_io_sandbox.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>sandbox</apiname> 5 | Whether the file system is sandboxed. It is set to true by default
When sandbox is set to false, you must use absolute path to reference a file or directory, you can use sharedFolder, home or SDCard to construct file paths..
6 | 7 |
8 | Synopsis: 9 |
sandbox : true {Boolean}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_io_sharedFolder.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>sharedFolder</apiname> 5 | The full file path for the shared folder 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Contacts 5 | The contacts object provides functions for creating and finding contacts. 6 |
7 | Synopsis: 8 |
<permission access_pimdomain_contacts Permits your app to access contacts.>
9 |
10 | 11 | 12 | Sample that demonstrates how to use the BlackBerry Contacts API [BlackBerry Community Samples on GitHub]. 13 | 14 | 15 |
16 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Contact 5 | The Contact object represents a contact in the device PIM. It can be obtained by calling blackberry.pim.contacts.create() or blackberry.pim.contacts.find(). 6 | 7 | 8 | Sample that demonstrates how to use the BlackBerry Contacts API [BlackBerry Community Samples on GitHub]. 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAccount.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ContactAccount 5 | The ContactAccount object contains information of a contact account. 6 | 7 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAccount_enterprise.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>enterprise</apiname> 5 | True when this contact account is an enterprise account. 6 | 7 |
8 | Synopsis: 9 |
read-only {Boolean}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAccount_id.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>id</apiname> 5 | Contains the id of this contact account. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAccount_name.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>name</apiname> 5 | Name of the contact account. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactActivity.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ContactActivity 5 | The ContactActivity object is an activity that is linked to the contact by either an email, phone call, or calendar event. 6 | 7 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactActivity_INCOMING.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>INCOMING</apiname> 5 | The direction of the activity is incoming. 6 | 7 |
8 | Synopsis: 9 |
constant {Boolean}
10 |
blackberry.pim.contacts.ContactActivity.INCOMING = true;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactActivity_OUTGOING.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>OUTGOING</apiname> 5 | The direction of the activity is outgoing. 6 | 7 |
8 | Synopsis: 9 |
constant {Boolean}
10 |
blackberry.pim.contacts.ContactActivity.OUTGOING = false;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactActivity_description.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>description</apiname> 5 | This is the description of the activity. For messages, this would be the subject. For call log, this would be the phone number. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactActivity_direction.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>direction</apiname> 5 | If True, the direction of the activity is incoming, and outgoing otherwise. 6 | 7 |
8 | Synopsis: 9 |
read-only {Boolean}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactActivity_mimeType.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>mimeType</apiname> 5 | The MIME Type value of the operation in question. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactActivity_timestamp.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>timestamp</apiname> 5 | The timestamp associated with the contact activity. 6 | 7 |
8 | Synopsis: 9 |
read-only {Date}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAddress_HOME.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>HOME</apiname> 5 | The type of ContactAddress is "home". 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
blackberry.pim.contacts.ContactAddress.HOME = "home";
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAddress_OTHER.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>OTHER</apiname> 5 | The type of ContactAddress is "other". 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactAddress.OTHER = "other";
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAddress_WORK.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>WORK</apiname> 5 | The type of ContactAddress is "work". 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
blackberry.pim.contacts.ContactAddress.WORK = "work";
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAddress_country.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>country</apiname> 5 | The country name. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAddress_locality.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>locality</apiname> 5 | The city or locality. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAddress_postalCode.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>postalCode</apiname> 5 | The postal code or zip code. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAddress_region.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>region</apiname> 5 | The province, state, or region. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAddress_streetAddress.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>streetAddress</apiname> 5 | The street address. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAddress_streetOther.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>streetOther</apiname> 5 | Extra information about the street address. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactAddress_type.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>type</apiname> 5 | Specifies the type of ContactAddress. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactError.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ContactError 5 | The ContactError object contains error codes and is returned in the contactError callback. 6 | 7 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactError_INVALID_ARGUMENT_ERROR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>INVALID_ARGUMENT_ERROR</apiname> 5 | A parameter was incorrect. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactError.INVALID_ARGUMENT_ERROR = 1;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactError_IO_ERROR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>IO_ERROR</apiname> 5 | An IO error occurred. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactError.IO_ERROR = 4;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactError_NOT_SUPPORTED_ERROR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>NOT_SUPPORTED_ERROR</apiname> 5 | The operation is not supported. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactError.NOT_SUPPORTED_ERROR = 5;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactError_PENDING_OPERATION_ERROR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>PENDING_OPERATION_ERROR</apiname> 5 | The operation failed because a previous operation is pending. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactError.PENDING_OPERATION_ERROR = 3;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactError_PERMISSION_DENIED_ERROR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>PERMISSION_DENIED_ERROR</apiname> 5 | The operation failed due to insufficient permissions. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactError.PERMISSION_DENIED_ERROR = 20;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactError_TIMEOUT_ERROR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>TIMEOUT_ERROR</apiname> 5 | The operation timed out. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactError.TIMEOUT_ERROR = 2;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactError_UNKNOWN_ERROR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>UNKNOWN_ERROR</apiname> 5 | An unknown error occurred. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactError.UNKNOWN_ERROR = 0;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactField_DIRECT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>DIRECT</apiname> 5 | The type of ContactField is "mobile". This constant can be used for fax numbers. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
blackberry.pim.contacts.ContactField.DIRECT = "direct";
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactField_HOME.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>HOME</apiname> 5 | The type of ContactField is "home". This constant can be used for email addresses, phone numbers, fax numbers, and pager numbers. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
blackberry.pim.contacts.ContactField.HOME = "home";
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactField_MOBILE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>MOBILE</apiname> 5 | The type of ContactField is "mobile". This constant can be used for phone numbers. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
blackberry.pim.contacts.ContactField.MOBILE = "mobile";
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactField_OTHER.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>OTHER</apiname> 5 | The type of ContactField is "other". This constant can be used for email addresses, phone numbers, fax numbers, and pager numbers. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
blackberry.pim.contacts.ContactField.OTHER = "other";
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactField_WORK.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>WORK</apiname> 5 | The type of ContactField is "work". This constant can be used for email addresses, phone numbers, fax numbers, and pager numbers. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
blackberry.pim.contacts.ContactField.WORK = "work";
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactField_type.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>type</apiname> 5 | Specifies the type of ContactField. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactField_value.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>value</apiname> 5 | The value of the field. For example, an email address or a phone number. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ContactFindOptions 5 | The ContactFindOptions object contains fields that filter and sort the results of (). 6 | 7 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_BBMPIN.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SEARCH_FIELD_BBMPIN</apiname> 5 | Used by specifying the search filter 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SEARCH_FIELD_BBMPIN = 5;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_EMAIL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SEARCH_FIELD_EMAIL</apiname> 5 | Used by specifying the search filter 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SEARCH_FIELD_EMAIL = 4;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_FAMILY_NAME.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SEARCH_FIELD_FAMILY_NAME</apiname> 5 | Used by specifying the search filter 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SEARCH_FIELD_FAMILY_NAME = 1;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_GIVEN_NAME.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SEARCH_FIELD_GIVEN_NAME</apiname> 5 | Used by specifying the search filter 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SEARCH_FIELD_GIVEN_NAME = 0;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_LINKEDIN.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SEARCH_FIELD_LINKEDIN</apiname> 5 | Used by specifying the search filter 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SEARCH_FIELD_LINKEDIN = 6;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_ORGANIZATION_NAME.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SEARCH_FIELD_ORGANIZATION_NAME</apiname> 5 | Used by specifying the search filter 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SEARCH_FIELD_ORGANIZATION_NAME = 2;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_PHONE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SEARCH_FIELD_PHONE</apiname> 5 | Used by specifying the search filter 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SEARCH_FIELD_PHONE = 3;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_TWITTER.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SEARCH_FIELD_TWITTER</apiname> 5 | Used by specifying the search filter 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SEARCH_FIELD_TWITTER = 7;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SEARCH_FIELD_VIDEO_CHAT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SEARCH_FIELD_VIDEO_CHAT</apiname> 5 | Used by specifying the search filter 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SEARCH_FIELD_VIDEO_CHAT = 8;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SORT_FIELD_FAMILY_NAME.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SORT_FIELD_FAMILY_NAME</apiname> 5 | Used by specifying the sort field 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SORT_FIELD_FAMILY_NAME = 1;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SORT_FIELD_GIVEN_NAME.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SORT_FIELD_GIVEN_NAME</apiname> 5 | Used by specifying the sort field 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SORT_FIELD_GIVEN_NAME = 0;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_SORT_FIELD_ORGANIZATION_NAME.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SORT_FIELD_ORGANIZATION_NAME</apiname> 5 | Used by specifying the sort field 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactFindOptions.SORT_FIELD_ORGANIZATION_NAME = 2;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_excludeAccounts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>excludeAccounts</apiname> 5 | If specified, search results will be filtered to contain only contacts where the sources of the contact do not come from any of the provided accounts. If an empty array is passed, this property will be ignored. If a non-array is passed, the error callback will be triggered. 6 | 7 |
8 | Synopsis: 9 |
{blackberry.pim.contacts.ContactAccount[]}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_favourite.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>favorite</apiname> 5 | If set to true, only Contacts marked as favorite would be included in search results. 6 | 7 |
8 | Synopsis: 9 |
{Boolean}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_filter.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>filter</apiname> 5 |

An array of object literals that specifies search criteria to filter the results.

6 |

The object should be in the following form: 7 |

 8 |     	{
 9 |     		fieldName: <The field being searched, one of the SORT_FIELD_* constants>,
10 |       		fieldValue: <value of the field>
11 |   		}
12 |   	

13 | 14 |
15 | Synopsis: 16 |
{Object[]}
17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_includeAccounts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>includeAccounts</apiname> 5 | If specified, search results will be filtered to contain only contacts where the sources of the contact come from any of the provided accounts. If an empty array is passed, this property will be ignored. If a non-array is passed, the error callback will be triggered. 6 | 7 |
8 | Synopsis: 9 |
{blackberry.pim.contacts.ContactAccount[]}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_limit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>limit</apiname> 5 | The maximum number of contact results returned. If limit is set to -1, all matching contacts will be returned. 6 | 7 |
8 | Synopsis: 9 |
{Number}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactFindOptions_sort.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>sort</apiname> 5 |

An array of object literals that specifies the order of the results.

6 |

The object should be in the following form: 7 |

 8 |     	{
 9 |     		fieldName: <The field being searched, one of the SORT_FIELD_* constants>,
10 |             desc: true to sort results in descending order (descending if true).
11 |   		}
12 |   	

13 | 14 |
15 | Synopsis: 16 |
{Object[]}
17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactName_alias.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>alias</apiname> 5 | The contact's alias. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactName_familyName.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>familyName</apiname> 5 | The contact's family name. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactName_givenName.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>givenName</apiname> 5 | The contact's given name. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactName_honorificPrefix.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>honorificPrefix</apiname> 5 | The contacts prefix (example Mr. or Dr.). 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactName_honorificSuffix.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>honorificSuffix</apiname> 5 | The contacts suffix (example Esq.). 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactName_middleName.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>middleName</apiname> 5 | The contact's middle name. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactName_phoneticFamilyName.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>phoneticFamilyName</apiname> 5 | The contact's phonetic family name. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactName_phoneticGivenName.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>phoneticGivenName</apiname> 5 | The contact's phonetic given name. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactNews.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ContactNews 5 | The ContactNews object contains the Online News for a contact. 6 | 7 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactNews_articleSource.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>articleSource</apiname> 5 | The source of this article. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactNews_body.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>body</apiname> 5 | The content of the source. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactNews_companies.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>companies</apiname> 5 | The list of companies associated with this new article. 6 | 7 |
8 | Synopsis: 9 |
read-only {String[]}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactNews_publishedAt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>publishedAt</apiname> 5 | The publish date of the article. 6 | 7 |
8 | Synopsis: 9 |
read-only {Date}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactNews_title.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>title</apiname> 5 | The title of the news article. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactNews_type.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>type</apiname> 5 | The type of the news article. e.g. "Press Release". 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactNews_uri.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>uri</apiname> 5 | The URL of the article. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactOrganization_department.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>department</apiname> 5 | The contact's department within the organization. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactOrganization_name.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>name</apiname> 5 | The name of the organization. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactOrganization_title.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>title</apiname> 5 | The contact's title within the organization. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactPhoto_largeFilePath.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>largeFilePath</apiname> 5 | Contains the large photo file path. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactPhoto_originaFilePath.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>originalFilePath</apiname> 5 | Contains the file path of the original contact photo. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactPhoto_pref.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>pref</apiname> 5 | If true, this ContactPhoto contains the user's preferred value. 6 | 7 |
8 | Synopsis: 9 |
{Boolean}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactPhoto_smallFilePath.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>smallFilePath</apiname> 5 | Contains the small photo file path. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactPickerOptions_MODE_ATTRIBUTE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>MODE_ATTRIBUTE</apiname> 5 |

This mode allows the selection of an attribute of a contact.

For example, a user can select a single phone number or an email address.
6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactPickerOptions.MODE_ATTRIBUTE = 2;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactPickerOptions_MODE_MULTIPLE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>MODE_MULTIPLE</apiname> 5 |

This mode allows the selection of multiple contacts.

The user can select multiple contacts and the selection completes when the user confirms the selection using the confirmation button.
6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
blackberry.pim.contacts.ContactPickerOptions.MODE_MULTIPLE = 1;
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactPickerOptions_MODE_SINGLE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>MODE_SINGLE</apiname> 5 |

This mode allows the user to select a single contact.

6 |

The selection will complete as soon as a contact is selected.

7 | 8 |
9 | Synopsis: 10 |
constant {Number}
11 |
blackberry.pim.contacts.ContactPickerOptions.MODE_SINGLE = 0;
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactPickerOptions_confirmButtonLabel.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>confirmButtonLabel</apiname> 5 |

A custom label to be displayed in the confirmation button of the picker.

6 |

If not specified, the default label will be used. Note that the confirmation button is only displayed if the picker is invoked in .

7 | 8 |
9 | Synopsis: 10 |
{String}
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_ContactPickerOptions_title.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>title</apiname> 5 |

A custom message to be displayed in the title of the picker.

If not specified, the default title will be used.
6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_activities.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>activities</apiname> 5 | An array of the contact's latest activities. 6 | 7 |
8 | Synopsis: 9 |
read-only {blackberry.pim.contacts.ContactActivity[]}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_addresses.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>addresses</apiname> 5 | An array of all the contact's addresses. 6 | 7 |
8 | Synopsis: 9 |
{blackberry.pim.contacts.ContactAddress[]}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_anniversary.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>anniversary</apiname> 5 | The anniversary of the contact. 6 | 7 |
8 | Synopsis: 9 |
{Date}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_birthday.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>birthday</apiname> 5 | The birthday of the contact. 6 | 7 |
8 | Synopsis: 9 |
{Date}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_categories.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>categories</apiname> 5 | An array of all the contacts user defined categories. 6 | 7 |
8 | Synopsis: 9 |
{blackberry.pim.contacts.ContactField[]}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_clone.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>clone()</apiname> 5 | Returns a new Contact object that is a deep copy of the calling object, with the id property set to null. 6 | 7 |
8 | Synopsis: 9 |
clone()
10 |
11 |
12 | Returns: 13 |
14 | 15 |
{blackberry.pim.contacts.Contact}
16 |
17 |
18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_displayName.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>displayName</apiname> 5 | The name of this Contact, suitable for display to end-users. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_favorite.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>favorite</apiname> 5 | Whether this contact is a favorite. 6 | 7 |
8 | Synopsis: 9 |
{Boolean}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_id.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>id</apiname> 5 | A globally unique identifier. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_ims.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ims</apiname> 5 |

An array of all the contact's IM addresses.

6 |

Possible types: BbmPin, Aim, Aliwangwang, GoogleTalk, Sametime, Icq, Irc, Jabber, MsLcs, Msn, Qq, Skype, YahooMessenger, YahooMessengerJapan

7 |
8 | 9 |
10 | Synopsis: 11 |
{blackberry.pim.contacts.ContactField[]}
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_name.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>name</apiname> 5 | An object containing all components of a person's name. 6 | 7 |
8 | Synopsis: 9 |
{blackberry.pim.contacts.ContactName}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_news.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>news</apiname> 5 | An array of the contact's latest online news. 6 | 7 |
8 | Synopsis: 9 |
read-only {blackberry.pim.contacts.ContactNews[]}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_nickname.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>nickname</apiname> 5 | A casual name to address the contact by. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_note.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>note</apiname> 5 | A note about the contact. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_organizations.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>organizations</apiname> 5 | An array of all the contact's organizations. 6 | 7 |
8 | Synopsis: 9 |
{blackberry.pim.contacts.ContactOrganization[]}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_photos.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>photos</apiname> 5 | An array of the contact's photos. 6 | 7 |
8 | Synopsis: 9 |
{blackberry.pim.contacts.ContactPhoto[]}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_ringtone.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ringtone</apiname> 5 | Ringtone for the contact. 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_socialNetworks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>socialNetworks</apiname> 5 | An array of the contact's social networks. 6 |

Possible types: LinkedIn, Facebook, Twitter, Gist

7 |
8 | 9 |
10 | Synopsis: 11 |
{blackberry.pim.contacts.ContactField[]}
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_urls.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>urls</apiname> 5 | An array of web pages associated to the contact. 6 |

Possible types: blog, resume, portfolio, personal, company, other.

7 |
8 | 9 |
10 | Synopsis: 11 |
{blackberry.pim.contacts.ContactField[]}
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_Contact_videoChat.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>videoChat</apiname> 5 | An array of the contact's video chat IDs. 6 | 7 |
8 | Synopsis: 9 |
{String[]}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_pim_contacts_getContactAccounts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>getContactAccounts()</apiname> 5 | Retrieves all contact accounts. 6 | 7 |
8 | Synopsis: 9 |
getContactAccounts()
10 |
11 |
12 | Returns: 13 |
14 | 15 |
{blackberry.pim.contacts.ContactAccount[]}
16 |
17 |
18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /api/blackberry_push_PushPayLoad_id.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>id</apiname> 5 | The ID of a push. 6 | 7 |
8 | Synopsis: 9 |
readOnly {String}
10 |
id = undefined
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushPayLoad_isAcknowledgeRequired.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>isAcknowledgeRequired</apiname> 5 | Indicates whether or not a developer must acknowledge the receipt of a push. True if an acknowledgement is required for the push; false otherwise. 6 | 7 |
8 | Synopsis: 9 |
readOnly {Boolean}
10 |
isAcknowledgeRequired = undefined
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_CREATE_CHANNEL_NOT_DONE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CREATE_CHANNEL_NOT_DONE</apiname> 5 | Result error code when attempting to perform a destroy channel and a create channel has not been done beforehand. Operations this error can occur on: destroyChannel. Recommended action: This might mean a programming error in the application. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
CREATE_CHANNEL_NOT_DONE : 10106
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_CREATE_CHANNEL_OPERATION.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CREATE_CHANNEL_OPERATION</apiname> 5 | Constant associated with the createChannel operation. Compare this constant against pushTransportReadyCallback.lastFailedOperation to determine which failed operation should be tried again. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
CREATE_CHANNEL_OPERATION : 1
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_CREATE_SESSION_NOT_DONE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CREATE_SESSION_NOT_DONE</apiname> 5 | Result error code when attempting to perform an operation and a create session has not been done beforehand. Operations this error can occur on: createChannel, destroyChannel, launchApplicationOnPush. Recommended action: This usually means a programming error in the application. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
CREATE_SESSION_NOT_DONE : 10100
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_DESTROY_CHANNEL_OPERATION.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>DESTROY_CHANNEL_OPERATION</apiname> 5 | Constant associated with the destroyChannel operation. Compare this constant against pushTransportReadyCallback.lastFailedOperation to determine which failed operation should be tried again. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
DESTROY_CHANNEL_OPERATION : 2
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_INTERNAL_ERROR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>INTERNAL_ERROR</apiname> 5 | Result error code for an internal error. Operations this error can occur on: create, createChannel, destroyChannel, launchApplicationOnPush. Recommended action: Retrying the operation might correct the issue. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
INTERNAL_ERROR : 500
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_INVALID_PPG_URL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>INVALID_PPG_URL</apiname> 5 | Result error code when an invalid PPG URL was specified. Operations this error can occur on: createChannel, destroyChannel (only if using public/BIS PPG). Recommended action: Specifying a valid value for options.ppgUrl in the static create function and retrying might correct the issue. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
INVALID_PPG_URL : 10114
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_MISSING_INVOKE_TARGET_ID.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>MISSING_INVOKE_TARGET_ID</apiname> 5 | Result error code when no invoke target ID is specified on a create operation. Operations this error can occur on: create. Recommended action: Specifying a value for options.invokeTargetId in the static create function and retrying might correct the issue. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
MISSING_INVOKE_TARGET_ID : 10111
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_MISSING_PORT_FROM_PPG.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>MISSING_PORT_FROM_PPG</apiname> 5 | Result error code as a result of an issue on a create channel operation obtaining a port from the PPG. Operations this error can occur on: createChannel. Recommended action: Retrying the operation might correct the issue. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
MISSING_PORT_FROM_PPG : 10107
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_MISSING_PPG_URL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>MISSING_PPG_URL</apiname> 5 | Result error code when attempting to perform a create channel and a PPG URL was missing. Operations this error can occur on: createChannel (only if using public/BIS PPG). Recommended action: Specifying a value for options.ppgUrl in the static create function and retrying might correct the issue. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
MISSING_PPG_URL : 10102
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_OPERATION_NOT_SUPPORTED.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>OPERATION_NOT_SUPPORTED</apiname> 5 | Result error code when a certain operation is currently not supported. Recommended action: This operation might not yet be implemented and so should not be performed. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
OPERATION_NOT_SUPPORTED : 10105
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_PPG_SERVER_ERROR.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>PPG_SERVER_ERROR</apiname> 5 | Result error code when the PPG returns a server error. Operations this error can occur on: createChannel, destroyChannel (only if using public/BIS PPG). Recommended action: Wait until pushTransportReadyCallback (one of the arguments in the static create function) is called before retrying. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
PPG_SERVER_ERROR : 10110
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_SESSION_ALREADY_EXISTS.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SESSION_ALREADY_EXISTS</apiname> 5 | Result error code when an underlying session already exists. Operations this error can occur on: create. Recommended action: Check options.appId and options.invokeTargetId in the static create function to ensure that they are valid and unique to your application. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
SESSION_ALREADY_EXISTS : 10112
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_push_PushService_SUCCESS.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>SUCCESS</apiname> 5 | Result code for an operation that was performed successfully. Operations this code applies to: create, createChannel, destroyChannel, launchApplicationOnPush. 6 | 7 |
8 | Synopsis: 9 |
constant, static {Number}
10 |
SUCCESS : 0
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_sensors_supportedSensors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>supportedSensors</apiname> 5 | Returns an array of the supported sensors on the current device. 6 | 7 |
8 | Supported Platform(s): 9 |
BlackBerry 10
10 |
11 |
12 | Synopsis: 13 |
read-only {String[]}
14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /api/blackberry_system_ALLOW.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ALLOW</apiname> 5 | Returned by hasPermission() indicating that the module requested is accessible. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
ALLOW : 0
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_system_DENY.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>DENY</apiname> 5 | Returned by hasPermission() indicating that the module is not accessible. 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
DENY : 1
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_system_deviceLockedStatus.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>deviceLockedStatus</apiname> 5 | Returns the locked state of the device. The possible states are: passwordLocked, notLocked, or screenLocked. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_system_hardwareId.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>hardwareId</apiname> 5 | Returns the hardware identifier for the device. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_system_language.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>language</apiname> 5 | Returns the current UI language for the device. Examples of 6 | possible values include, but are not limited to "fr_CA", "en_CA", 7 | "en_US", and "es_ES". The format of the response conforms to 8 | BCP47. 9 | 10 | 11 |
12 | Synopsis: 13 |
read-only {String}
14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /api/blackberry_system_name.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>name</apiname> 5 | Returns the name of the device. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_system_region.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>region</apiname> 5 | Returns the current country setting for the device. The 6 | region determines the format of items such as the date, time, numbers, 7 | and the calendar. Examples of possible values include, but are not 8 | limited to "fr_CA", "en_CA", "en_US", and "es_ES". The format of the 9 | response conforms to BCP47. 10 | 11 | 12 |
13 | Synopsis: 14 |
read-only {String}
15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /api/blackberry_system_setWallpaper.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>setWallpaper()</apiname> 5 | Set the wallpaper using the path to the file provided. 6 | 7 |
8 | Synopsis: 9 |
setWallpaper()
10 |
11 |
12 | Parameters: 13 |
14 | 15 |
filepath {String}
16 |

Path to the file to be used as wallpaper.

17 |
18 |
19 |
20 |
21 |
22 | -------------------------------------------------------------------------------- /api/blackberry_system_softwareVersion.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>softwareVersion</apiname> 5 | Returns the current version of the operating system, for example, 1.0.0.0. 6 | 7 |
8 | Synopsis: 9 |
read-only {String}
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_ACTION_CANCEL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ACTION_CANCEL</apiname> 5 | Constant denoting the actionId of cancel. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ACTION_CANCEL: "Cancel"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_ACTION_CLEAR_FIELD.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ACTION_CLEAR_FIELD</apiname> 5 | Constant denoting the actionId of clear field. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ACTION_CLEAR_FIELD: "ClearField"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_ACTION_COPY.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ACTION_COPY</apiname> 5 | Constant denoting the actionId of copy. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ACTION_COPY: "Copy"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_ACTION_COPY_IMAGE_LINK.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ACTION_COPY_IMAGE_LINK</apiname> 5 | Constant denoting the actionId of copy image link. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ACTION_COPY_IMAGE_LINK: "CopyImageLink"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_ACTION_COPY_LINK.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ACTION_COPY_LINK</apiname> 5 | Constant denoting the actionId of copy link. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ACTION_COPY_LINK: "CopyLink"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_ACTION_CUT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ACTION_CUT</apiname> 5 | Constant denoting the actionId of cut. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ACTION_CUT: "Cut"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_ACTION_PASTE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ACTION_PASTE</apiname> 5 | Constant denoting the actionId of paste. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ACTION_PASTE: "Paste"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_ACTION_SAVE_IMAGE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ACTION_SAVE_IMAGE</apiname> 5 | Constant denoting the actionId of save image. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ACTIONE_SAVE_IMAGE: "SaveImage"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_ACTION_SAVE_LINK_AS.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ACTION_SAVE_LINK_AS</apiname> 5 | Constant denoting the actionId of save link as. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ACTION_SAVE_LINK_AS: "SaveLinkAs"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_ACTION_SELECT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ACTION_SELECT</apiname> 5 | Constant denoting the actionId of select. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ACTION_SELECT: "Select"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_ACTION_VIEW_IMAGE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>ACTION_VIEW_IMAGE</apiname> 5 | Constant denoting the actionId of view image. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
ACTION_VIEW_IMAGE: "ViewImage"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_CONTEXT_ALL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CONTEXT_ALL</apiname> 5 | Constant denoting all contexts. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CONTEXT_ALL: "CONTEXT_ALL"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_CONTEXT_IMAGE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CONTEXT_IMAGE</apiname> 5 | Constant denoting the context of images. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CONTEXT_IMAGE: "CONTEXT_IMAGE"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_CONTEXT_IMAGE_LINK.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CONTEXT_IMAGE_LINK</apiname> 5 | Constant denoting the context of image links. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CONTEXT_IMAGE_LINK: "CONTEXT_IMAGE_LINK"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_CONTEXT_INPUT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CONTEXT_INPUT</apiname> 5 | Constant denoting the context of input fields. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CONTEXT_INPUT: "CONTEXT_INPUT"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_CONTEXT_LINK.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CONTEXT_LINK</apiname> 5 | Constant denoting the context of links. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CONTEXT_LINK: "CONTEXT_LINK"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_CONTEXT_TEXT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>CONTEXT_TEXT</apiname> 5 | Constant denoting the context of text. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
CONTEXT_TEXT: "CONTEXT_TEXT"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_contextmenu_INSPECT_ELEMENT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>INSPECT_ELEMENT</apiname> 5 | Constant denoting the actionId of inspect element. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
INSPECT_ELEMENT: "InspectElement"
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Window Covers 5 | The cover namespace provides the ability to modify the application's window cover which is displayed when the application is in thumbnail mode. 6 | 7 |

https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/WindowCovers Sample that demonstrates how to use the BlackBerry Window Covers API [BlackBerry on GitHub]. 8 |

9 |
10 |
11 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_CoverLabel.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Cover Labels 5 | Represents a label object to be displayed on the application's window cover. 6 | 7 |

{Sample - Using a label on a Window Cover} https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/WindowCovers Sample that demonstrates how to use the BlackBerry CoverLabel API [BlackBerry on GitHub]. 8 |

9 |
10 |
11 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_CoverLabel_label.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>label</apiname> 5 | Text to be displayed for this label 6 | 7 |
8 | Synopsis: 9 |
{String}
10 |
label = {}
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_CoverLabel_size.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>size</apiname> 5 | Text size. 6 | 7 |
8 | Synopsis: 9 |
{Number}
10 |
size = {}
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_CoverLabel_wrap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>wrap</apiname> 5 | Whether or not the label text should wrap to the next line. 6 | 7 |
8 | Synopsis: 9 |
{Boolean}
10 |
wrap = {}
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_TRANSITION_DEFAULT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>TRANSITION_DEFAULT</apiname> 5 | Specifies default window cover transition. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
TRANSITION_DEFAULT = 'default'
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_TRANSITION_FADE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>TRANSITION_FADE</apiname> 5 | Specifies fade window cover transition. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
TRANSITION_FADE = 'fade'
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_TRANSITION_NONE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>TRANSITION_NONE</apiname> 5 | Specifies no window cover transition. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
TRANSITION_NONE = 'none'
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_TRANSITION_SLIDE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>TRANSITION_SLIDE</apiname> 5 | Specifies slide window cover transition. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
TRANSITION_SLIDE = 'slide'
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_TYPE_IMAGE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>TYPE_IMAGE</apiname> 5 | Specifies image mode. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
TYPE_IMAGE = 'file'
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_TYPE_SNAPSHOT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>TYPE_SNAPSHOT</apiname> 5 | Specifies snapshot mode. 6 | 7 |
8 | Synopsis: 9 |
constant {String}
10 |
TYPE_SNAPSHOT = 'snapshot'
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_coverSize.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>coverSize</apiname> 5 | The application's cover dimensions, contains a width and height (in pixels). 6 | 7 |
8 | Synopsis: 9 |
{Object}
10 |
coverSize = {}
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_labels.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>labels</apiname> 5 | The list of labels to be displayed on the window cover 6 | 7 |
8 | Synopsis: 9 |
{blackberry.ui.cover.CoverLabel[]}
10 |
labels = []
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_resetCover.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>resetCover</apiname> 5 | Resets the window cover to default behaviour: scaled snaphot on entering window cover. 6 | 7 |
8 | Synopsis: 9 |
resetCover = function(){}
10 |
11 | 12 | Example: 13 |

14 |                 <script type="text/javascript">
15 | 
16 |                     blackberry.ui.cover.resetCover();
17 | 
18 |   				</script>
19 |             

20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_showBadges.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>showBadges</apiname> 5 | Should the window cover show notification badges. The default value is true. 6 | 7 |
8 | Synopsis: 9 |
{Boolean}
10 |
showBadges = {}
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_cover_updateCover.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>updateCover</apiname> 5 | Updates the application's window cover. 6 | 7 |
8 | Synopsis: 9 |
updateCover = function(){}
10 |
11 | 12 | Example: 13 |

14 |                 <script type="text/javascript">
15 | 
16 |                     blackberry.ui.cover.updateCover();
17 | 
18 |   				</script>
19 |             

20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /api/blackberry_ui_dialog.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dialog 5 | The Dialog object contains functions for manipulating system dialog boxes. 6 | 7 |

The functionality in this object allows you to integrate standard system dialog boxes into your BlackBerry WebWorks Application and control your application flow based on user responses.

8 |
9 |
10 | -------------------------------------------------------------------------------- /api/blackberry_ui_dialog_D_DELETE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>D_DELETE</apiname> 5 | Standard Delete confirmation dialog 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
D_DELETE : 2
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_dialog_D_OK.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>D_OK</apiname> 5 | Standard OK dialog 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
D_OK : 0
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_dialog_D_OK_CANCEL.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>D_OK_CANCEL</apiname> 5 | Standard OK/Cancel dialog 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
D_OK_CANCEL : 4
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_dialog_D_PROMPT.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>D_PROMPT</apiname> 5 | Standard Prompt input dialog 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
D_PROMPT : 5
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_dialog_D_SAVE.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>D_SAVE</apiname> 5 | Standard Save dialog 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
D_SAVE : 1
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_dialog_D_YES_NO.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <apiname>D_YES_NO</apiname> 5 | Standard Yes/No dialog 6 | 7 |
8 | Synopsis: 9 |
constant {Number}
10 |
D_YES_NO : 3
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /api/blackberry_ui_toast.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Toast 5 | The Toast object contains functions for displaying toast notifications. 6 | 7 |

The functionality of this object allows the developer to display system toast notifications within their WebWorks application.

8 |
9 | 10 | 11 | Sample that demonstrates how to use the BlackBerry Toast API [BlackBerry on GitHub]. 12 | 13 | 14 |
15 | -------------------------------------------------------------------------------- /test: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | count=0 4 | failure=0 5 | 6 | for f in $(dirname "$0")/api/*.xml 7 | do 8 | let count+=1 9 | test=$(xmllint $f) 10 | catout=$(cat $f) 11 | if [ "$test" = "$catout" ]; then 12 | printf . 13 | else 14 | let failure+=1 15 | fi 16 | done 17 | echo 18 | echo 19 | printf $count\ tests,\ $failure\ failures 20 | echo 21 | echo 22 | --------------------------------------------------------------------------------