Adobe DPS - Library and Store SDK 2.32

Class adobeDPS-AutoArchive

Extends:
adobeDPS-AutoArchive -> adobeDPS-Setting -> adobeDPS-Service -> adobeDPS-Class
Platforms:
iOS

Class used to control all AutoArchive Settings

Constructor

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

Fields

Field Defined By
isSupported : Boolean
Whether this feature is supported on this platform.
AutoArchive
isEnabled : Boolean
Whether this feature is currently enabled.
AutoArchive
Inherited from adobeDPS-Setting
Signal to indicate that this setting has been updated.

Methods

Method Defined By
toggle(enable:Boolean)
Function used to toggle the AutoArchive function on and off.
AutoArchive
Inherited from adobeDPS-Class
Gets the string representation of this instance.
Class Detail
adobeDPS-AutoArchive()
[inner] Create an instance of the AutoArchive class.
- This is an internal constructor and shouldn't be called by regular users.
Field Details
isSupported : Boolean
Whether this feature is supported on this platform.
Platforms:
iOS
isEnabled : Boolean
Whether this feature is currently enabled.
Platforms:
iOS
Method Details
toggle(enable:Boolean)
Function used to toggle the AutoArchive function on and off. Pass true to turn it on and false to turn it off.
Parameters
enable Boolean Whether the feature should be enabled
Platforms:
iOS
©2012-2013 Adobe Systems, inc
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:25 GMT-0700 (PDT)