Trading_PictureManagerDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_PictureManagerDetailsType.h Trading_PictureManagerDetailsType.m |
Tasks
-
subscriptionLevelThis type is deprecated as Pictures Manager was retired.
property -
storageUsedThe amount of storage already in use. Measured in bytes. Read-only value.
property -
totalStorageAvailableThe amount of storage space remaining in the authenticated user’s album.
property
Measured in bytes. Read-only value. -
keepOriginalWhether to keep a copy of the original picture without resizing.
property
Default is false. true = keep originals. -
watermarkEPSWhether to show the EPS watermark when photos are displayed.
property
Default is false. true = show. -
watermarkUserIDWhether to show the user ID watermark when photos are displayed.
property
Default is false. true = show. -
folderThe folder requested in the album.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PictureManagerDetailsType.hfolder
The folder requested in the album.
@property (nonatomic, retain) NSMutableArray *folderDeclared In
Trading_PictureManagerDetailsType.hkeepOriginal
Whether to keep a copy of the original picture without resizing.
Default is false. true = keep originals.
@property (nonatomic, retain) NSNumber *keepOriginalDiscussion
Whether to keep a copy of the original picture without resizing.
Default is false. true = keep originals.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_PictureManagerDetailsType.hstorageUsed
The amount of storage already in use. Measured in bytes. Read-only value.
@property (nonatomic, retain) NSNumber *storageUsedDiscussion
The amount of storage already in use. Measured in bytes. Read-only value.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PictureManagerDetailsType.hsubscriptionLevel
This type is deprecated as Pictures Manager was retired.
@property (nonatomic, retain) NSString *subscriptionLevelDiscussion
This type is deprecated as Pictures Manager was retired.
type: string constant in Trading_PictureManagerSubscriptionLevelCodeType.h
Declared In
Trading_PictureManagerDetailsType.htotalStorageAvailable
The amount of storage space remaining in the authenticated user’s album.
Measured in bytes. Read-only value.
@property (nonatomic, retain) NSNumber *totalStorageAvailableDiscussion
The amount of storage space remaining in the authenticated user’s album.
Measured in bytes. Read-only value.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PictureManagerDetailsType.hwatermarkEPS
Whether to show the EPS watermark when photos are displayed.
Default is false. true = show.
@property (nonatomic, retain) NSNumber *watermarkEPSDiscussion
Whether to show the EPS watermark when photos are displayed.
Default is false. true = show.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_PictureManagerDetailsType.hwatermarkUserID
Whether to show the user ID watermark when photos are displayed.
Default is false. true = show.
@property (nonatomic, retain) NSNumber *watermarkUserIDDiscussion
Whether to show the user ID watermark when photos are displayed.
Default is false. true = show.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_PictureManagerDetailsType.h