MMKImagesImageDataDescriptor

@interface MMKImagesImageDataDescriptor : NSObject

Undocumented

Summary

Class methods

+ (nonnull MMKImagesImageDataDescriptor *)imageDataDescriptorWithImageId:(nonnull NSString *)imageId
                                                            primaryColor:(nullable UIColor *)primaryColor
                                                          secondaryColor:(nullable UIColor *)secondaryColor
                                                           tertiaryColor:(nullable UIColor *)tertiaryColor;

Properties

@property (nonatomic, readonly, nonnull) NSString *imageId;
Undocumented

@property (nonatomic, readonly, nullable) UIColor *primaryColor;
Optional field, can be nil

@property (nonatomic, readonly, nullable) UIColor *secondaryColor;
Optional field, can be nil

@property (nonatomic, readonly, nullable) UIColor *tertiaryColor;
Optional field, can be nil

Class methods

imageDataDescriptorWithImageId:primaryColor:secondaryColor:tertiaryColor:

+ (nonnull MMKImagesImageDataDescriptor *)imageDataDescriptorWithImageId:(nonnull NSString *)imageId
                                                            primaryColor:(nullable UIColor *)primaryColor
                                                          secondaryColor:(nullable UIColor *)secondaryColor
                                                           tertiaryColor:(nullable UIColor *)tertiaryColor;


Properties

imageId

@property (nonatomic, readonly, nonnull) NSString *imageId;

Undocumented


primaryColor

@property (nonatomic, readonly, nullable) UIColor *primaryColor;

Optional field, can be nil.


secondaryColor

@property (nonatomic, readonly, nullable) UIColor *secondaryColor;

Optional field, can be nil.


tertiaryColor

@property (nonatomic, readonly, nullable) UIColor *tertiaryColor;

Optional field, can be nil.