Adobe DPS - Reading SDK 2.32

Class adobeDPS-ModifySubscriptionsListTransaction

Extends:
adobeDPS-ModifySubscriptionsListTransaction -> adobeDPS-Transaction -> adobeDPS-Class
Platforms:
iOS

A Transaction used to modify the list of subscriptions available for purchase by the user. This will add and remove subscriptions from the available list of subscriptions. Added subscriptions will be validated with the appropriate authority. New subscriptions that are not validated will be discarded. The transaction will also revalidate any existing subscriptions.

Constructor

adobeDPS-ModifySubscriptionsListTransaction(addedSubscriptions:Array, removedSubscriptions:Array)
[inner] Create a ModifySubscriptionsListTransaction Transaction

Fields

Field Defined By
The subscription products to be added to the available subscriptions
ModifySubscriptionsListTransaction
The subscription products to be removed from the available subscriptions
ModifySubscriptionsListTransaction
Inherited from adobeDPS-Transaction
Signal to indicate that the state of this transaction has changed.
Inherited from adobeDPS-Transaction
Signal to indicate that the transaction has completed.
Inherited from adobeDPS-Transaction
Signal to indicate transaction progress.
Inherited from adobeDPS-Transaction
id : String
The Unique id of this Transaction.
Inherited from adobeDPS-Transaction
The state of this Transaction.
Inherited from adobeDPS-Transaction
progress : Number
The progress of this Transaction.
Inherited from adobeDPS-Transaction
The TransactionError associated with this transaction, assuming an error has occurred.
Inherited from adobeDPS-Transaction
isCancelable : Boolean = false
Whether this Transaction can be canceled.
Inherited from adobeDPS-Transaction
isPausable : Boolean = false
Whether this Transaction can be paused.
Inherited from adobeDPS-Transaction
isDeterminate : Boolean = false
Whether this Transaction is determinate (has progress).
Inherited from adobeDPS-Transaction
isFailureTerminal : Boolean = false
Whether failure of the transaction is a terminal state.

Methods

Method Defined By
Inherited from adobeDPS-Transaction
Whether this transaction is of type FolioStateChangingTransaction
Inherited from adobeDPS-Transaction
start()
Start this transaction.
Inherited from adobeDPS-Transaction
pause()
Pauses a transaction.
Inherited from adobeDPS-Transaction
resume()
Resumes a paused transaction.
Inherited from adobeDPS-Transaction
cancel()
Cancels a transaction.
Inherited from adobeDPS-Class
Gets the string representation of this instance.
Class Detail
adobeDPS-ModifySubscriptionsListTransaction(addedSubscriptions:Array, removedSubscriptions:Array)
[inner] Create a ModifySubscriptionsListTransaction Transaction
Parameters
addedSubscriptions Array The subscription products to be added to the available subscriptions
removedSubscriptions Array The subscription products to be removed from the available subscriptions
Field Details
addedSubscriptions : Array
The subscription products to be added to the available subscriptions
See:
adobeDPS-Subscription
Platforms:
iOS
removedSubscriptions : Array
The subscription products to be removed from the available subscriptions
See:
adobeDPS-Subscription
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)