ALMultiImageEvent Class Reference Inherits from ALEvent : NSObject Declared in ALEvent.h Overview Type of event that allows inclusion of multiple images images Images associated with an event @property (nonatomic, strong) NSArray<ALImage*> *images Declared In ALEvent.h + withJSONObject:images:error: Create an ALMultiImageEvent + (ALMultiImageEvent *_Nullable)withJSONObject:(id)JSONObj images:(NSArray<ALImage*> *)images error:(NSError *_Nullable *_Nullable)error Parameters JSONObj JSON object representation of an event images an array of images associated with an event error error information concerning an event Declared In ALEvent.h