21 #import <ArcGIS/AGSLoadableBase.h> 22 #import <ArcGIS/AGSImage.h> 94 #pragma mark initializers 98 #pragma mark properties 103 @property (nullable, nonatomic, copy, readonly) NSString *
name;
108 @property (nullable, nonatomic, copy, readonly) NSString *
contentType;
145 @property (nonatomic, assign, readonly) BOOL
isLocal;
150 @property (nullable, nonatomic, strong, readonly) NSURL *
fileURL;
161 -(void)generateThumbnailWithSize:(
float)size completion:(
void(^)(AGSImage * _Nullable image))completion;
169 -(void)generateThumbnailWithSize:(
float)size scaleMode:(
AGSImageScaleMode)scaleMode completion:(
void(^)(AGSImage * _Nullable image))completion;
176 -(void)sizeInBytesForPreferredSizeWithCompletion:(
void(^)(NSInteger sizeInBytes))completion;
184 -(void)fullDisplayImageWithCompletion:(
void(^)(AGSImage * _Nullable image))completion;
A base class for loadables.
Definition: AGSLoadableBase.h:37
Information about a feature attachment.
Definition: AGSAttachment.h:31