RFSPersonImage
@interface RFSPersonImage : RFSDBBaseItem
A PersonData object that represents Image linked with a Person.
-
Image s3 path.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *_Nonnull path;
-
Full URL for Image.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSURL *_Nonnull url;
-
The original media type of the uploaded image. PersonDatabase applies default content-type if it isn’t specified during upload.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *_Nonnull contentType;
-
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