RFSImageUpload
@interface RFSImageUpload : NSObject
An object that represents uploaded image with its settings.
-
Data object that contains an image.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSData *imageData; -
Content type of Image to upload.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *contentType; -
URL of requested image.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSURL *imageURL; -
Create new upload object.
Declaration
Objective-C
- (nonnull instancetype)initWithImageData:(nonnull NSData *)imageData; -
Create new upload object.
Declaration
Objective-C
- (nonnull instancetype)initWithImageURL:(nonnull NSURL *)imageURL; -
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
RFS_EMPTY_INIT_UNAVAILABLE -
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
RFS_EMPTY_INIT_UNAVAILABLE