25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSFeature.h>
27 #import <ArcGIS/AGSLoadable.h>
28 #import <ArcGIS/AGSCancelable.h>
66 #pragma mark initializers
72 #pragma mark properties
106 contentType:(NSString *)contentType
108 completion:(nullable
void(^)(
AGSAttachment *__nullable result, NSError *__nullable error))completion;
120 completion:(nullable
void(^)(NSError *__nullable error))completion;
132 completion:(nullable
void(^)(NSError *__nullable error))completion;
149 -(id<
AGSCancelable>)fetchAttachmentsWithCompletion:(nullable
void(^)(NSArray<
AGSAttachment*> *__nullable result, NSError *__nullable error))completion;
164 name:(NSString *)name
165 contentType:(NSString *)contentType
167 completion:(nullable
void(^)(NSError *__nullable error))completion;
An AGSFeature object stored in an AGSArcGISFeatureTable object.
Definition: AGSArcGISFeature.h:61
BOOL canUpdateGeometry
Definition: AGSArcGISFeature.h:82
BOOL canEditAttachments
Definition: AGSArcGISFeature.h:77
nullable AGSFeatureSubtype * featureSubtype()
Information about a feature attachment.
Definition: AGSAttachment.h:38
A representation of a real-world object on a map.
Definition: AGSFeature.h:47
Encapsulates properties of types of features in a feature layer.
Definition: AGSFeatureSubtype.h:41
Information about a feature table's relationship.
Definition: AGSRelationshipInfo.h:72
A protocol exposed by operations that allow cancellation.
Definition: AGSCancelable.h:38
A protocol adopted by classes that can load data asynchronously.
Definition: AGSLoadable.h:72