NXMImageInfo
Objective-C
@interface NXMImageInfo : NSObject
Swift
class NXMImageInfo : NSObject
Information about an image, used in NXMImageEvent
-
A unique identifier of the image.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) NSString *imageUuid;Swift
var imageUuid: String { get } -
URL of the image.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) NSURL *url;Swift
var url: URL { get } -
The size of the image in bytes.
Declaration
Objective-C
@property (readonly) NSInteger sizeInBytes;Swift
var sizeInBytes: Int { get } -
The size of the image as an
NXMImageSize.Declaration
Objective-C
@property (readonly) NXMImageSize size;Swift
var size: NXMImageSize { get }
NXMImageInfo Class Reference