Namespace adobeDPS
ADOBE CONFIDENTIAL
________________________________________________
Copyright 2012 Adobe Systems Incorporated
All Rights Reserved.
NOTICE: All information contained herein is, and remains
the property of Adobe Systems Incorporated and its suppliers,
if any. The intellectual and technical concepts contained
herein are proprietary to Adobe Systems Incorporated and its
suppliers and may be covered by U.S. and Foreign Patents,
patents in process, and are protected by trade secret or copyright law.
Dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from Adobe Systems Incorporated.
AdobePatentID="2472US01"
To begin working with the API, you must include the Reading API script in your HTML. The AdobeReadingAPI.js can be included with your store files in the viewer or loaded from your server.
Once that is done, you can work with the API through the use of one of the service objects. Some examples of available service objects are:
adobeDPS.readingService //Used to retrieve folios and to update the library. adobeDPS.deviceService //Used to get device information such as OS or network status. adobeDPS.subscriptionService //Used to manage available/active subscriptions. adobeDPS.configurationService //Used to retrieve application properties and to navigate between tabs. adobeDPS.dialogService //Used to control dialogs. adobeDPS.cameraService //Used to launchh a camera or photo library. adobeDPS.folioDataService //Used to get Folio Data
Static Fields
Field | Defined By | |
---|---|---|
adobeDPS.version
: Number
The version of this ReadingAPI Interface
|
adobeDPS
|
|
adobeDPS.uid
: String
A unique ID used to identify this instance of the API within the greater
application.
|
adobeDPS
|
|
adobeDPS.initializationComplete
: adobeDPS-Signal
A signal that indicates that the API has finished initializing.
|
adobeDPS
|
|
adobeDPS.readingService
: adobeDPS-ReadingService
The main model object for the reading view.
|
adobeDPS
|
|
adobeDPS.transactionManager
: adobeDPS-TransactionManager
The manager that handles incoming and outgoing transactions.
|
adobeDPS
|
|
adobeDPS.deviceService
: adobeDPS-DeviceService
The service that exposes information about the device that the viewer is
currently running on.
|
adobeDPS
|
|
adobeDPS.subscriptionService
: adobeDPS-SubscriptionService
The service to manage available/active subscriptions.
|
adobeDPS
|
|
adobeDPS.geolocation
: adobeDPS-GeolocationService
The service handling the geolocation functionality
|
adobeDPS
|
|
adobeDPS.analyticsService
: adobeDPS-AnalyticsService
The service to send custom analytics events.
|
adobeDPS
|
|
The service to get viewer configuration information.
|
adobeDPS
|
|
adobeDPS.dialogService
: adobeDPS-DialogService
The service to check if this is a dialog or dismiss a dialog.
|
adobeDPS
|
|
adobeDPS.profileImageService
: adobeDPS-ProfileImageService
The service handling the profile image functionality
|
adobeDPS
|
|
adobeDPS.cameraService
: adobeDPS-CameraService
The service to launch a camera or photo libraray
|
adobeDPS
|
|
adobeDPS.folioDataService
: adobeDPS-FolioDataService
The service to get Folio data
|
adobeDPS
|
|
adobeDPS.calendarService
: adobeDPS-CalendarService
The service handling the calendar functionality
|
adobeDPS
|
|
The service to manage user authentication.
|
adobeDPS
|
|
adobeDPS.log
: adobeDPS-Log
The instance of our built-in logging mechanism.
|
adobeDPS
|
Fields
Field | Defined By | |
---|---|---|
[inner]
The status code returned in the update function
|
adobeDPS
|
|
[inner]
This is the base random Id identifying a callback in the array of callbacks
|
adobeDPS
|
Callback Signature: initializationCompleteHandler()
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:39 GMT-0700 (PDT)