ALEvent Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | ALEvent.h |
image
Image associated with the event (usually from a scan)
@property (nonatomic, readonly, nullable) ALImage *imageDeclared In
ALEvent.h
JSONObject
JSON representation of the event
@property (nonatomic, readonly, nullable) id JSONObjectDeclared In
ALEvent.h
timestamp
Timestamp of an event
@property (nonatomic, readonly) NSDate *timestampDeclared In
ALEvent.h
JSONStr
JSON string representation of the event
@property (nonatomic, readonly, nullable) NSString *JSONStrDeclared In
ALEvent.h
+ withJSONObject:image:error:
Create an ALEvent object
+ (ALEvent *_Nullable)withJSONObject:(id)JSONObj image:(ALImage *_Nullable)image error:(NSError *_Nullable *_Nullable)errorParameters
JSONObj |
JSON representation of an event |
|---|---|
image |
image associated with an event |
error |
an NSError object providing error details with an event |
Declared In
ALEvent.h
+ withJSONObject:image:
Create an ALEvent object
+ (ALEvent *_Nullable)withJSONObject:(id)JSONObj image:(ALImage *_Nullable)imageParameters
JSONObj |
JSON representation of an event |
|---|---|
image |
image associated with an event |
Declared In
ALEvent.h
+ withJSONObject:error:
Create an ALEvent object
+ (ALEvent *_Nullable)withJSONObject:(id)JSONObj error:(NSError *_Nullable *_Nullable)errorParameters
JSONObj |
JSON representation of an event |
|---|---|
error |
an NSError object providing error details with an event |
Declared In
ALEvent.h
+ withJSONObject:
Create an ALEvent object
+ (ALEvent *_Nullable)withJSONObject:(id)JSONObjParameters
JSONObj |
JSON representation of an event |
|---|
Declared In
ALEvent.h
+ withJSONString:image:error:
Create an ALEvent object
+ (ALEvent *_Nullable)withJSONString:(NSString *)JSONString image:(ALImage *_Nullable)image error:(NSError *_Nullable *_Nullable)errorParameters
JSONString |
JSON string representation of an event |
|---|---|
image |
image associated with an event |
error |
an NSError object providing error details with an event |
Declared In
ALEvent.h
+ withJSONString:error:
Create an ALEvent object
+ (ALEvent *_Nullable)withJSONString:(NSString *)JSONString error:(NSError *_Nullable *_Nullable)errorParameters
JSONString |
JSON string representation of an event |
|---|---|
error |
an NSError object providing error details with an event |
Declared In
ALEvent.h
+ withJSONString:image:
Create an ALEvent object
+ (ALEvent *_Nullable)withJSONString:(NSString *)JSONString image:(ALImage *_Nullable)imageParameters
JSONString |
JSON string representation of an event |
|---|---|
image |
image associated with an event |
Declared In
ALEvent.h
+ withJSONString:
Create an ALEvent object
+ (ALEvent *_Nullable)withJSONString:(NSString *)JSONStringParameters
JSONString |
JSON string representation of an event |
|---|
Declared In
ALEvent.h