Version 1.9 - Updated on 05/04/2017
Superclass: PCResourceAPIParams
Declared In: PCThumbnailAPIParams.h
PCThumbnailAPIParams
stores parameters required to retrieve a thumbnail of a file.
contentToken
@property (nonatomic,
copy) NSString *contentToken;
contentToken
obtained from a call to GET /metadata
or GET /fullview
.size
@property (nonatomic,
copy) NSString *size;
xs
(24x24)s
(64x64)m
(128x128)Either size
, or th
and tw
are required.
th
@property (nonatomic,
assign) int th;
size
, or th
and tw
are required.tw
@property (nonatomic,
assign) int tw;
size
, or th
and tw
are required.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.