Adobe DPS - Reading SDK 2.32

Class adobeDPS-ReadingService

Extends:
adobeDPS-ReadingService -> adobeDPS-Service -> adobeDPS-Class
Platforms:
iOS, Android

Service for accessing information about the device.
Accessible from adobeDPS.readingService

Constructor

adobeDPS-ReadingService()
[inner] Create an instance of the ReadingService.

Static Fields

Field Defined By
adobeDPS-ReadingService.instance
The singleton of the ReadingService.
ReadingService

Fields

Field Defined By
Signal to indicate that this service has been updated.
ReadingService
The folio the user is currently reading.
ReadingService
Folio states enum accessor.
ReadingService
Folio content preview state enum accessor.
ReadingService

Methods

Method Defined By
Inherited from adobeDPS-Class
Gets the string representation of this instance.
Class Detail
adobeDPS-ReadingService()
[inner] Create an instance of the ReadingService.
- This is an internal constructor and shouldn't be called by regular users.
Static Field Details
adobeDPS-ReadingService.instance
The singleton of the ReadingService.
Platforms:
iOS, Android
Field Details
updatedSignal : adobeDPS-Signal
Signal to indicate that this service has been updated. It will pass an array of Strings containing the names of the properties that have been updated.
Callback Signature: updatedHandler([String, ...])
Platforms:
iOS, Android
currentFolio : adobeDPS-Folio
The folio the user is currently reading.
Platforms:
iOS, Android
folioStates : adobeDPS-FolioState
Folio states enum accessor.
This is where you should access the adobeDPS-FolioState enums from.
Platforms:
iOS, Android
folioContentPreviewStates : adobeDPS-FolioContentPreviewState
Folio content preview state enum accessor.
This is where you should access the adobeDPS-FolioContentPreviewState enums from.
Platforms:
iOS
©2012-2013 Adobe Systems, inc
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:40 GMT-0700 (PDT)