SITEvent Class Reference
Inherits from | NSObject |
---|---|
Declared in | SITEvent.h |
identifier
This is a unique identifier of each event
@property (nonatomic, strong) NSNumber *identifier
Declared In
SITEvent.h
project_identifier
The unique identifier indicating the SITIndoorBuilding which belongs to. Deprecated, use trigger.center.buildingIdentifier
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Deprecated, use trigger.center.buildingIdentifier" ) NSNumber *project_identifier
Declared In
SITEvent.h
createdAt
Date containing the time when a resource was first created.
@property (nonatomic, strong) NSDate *createdAt
Declared In
SITEvent.h
updatedAt
Date containing the time when a resource was last updated.
@property (nonatomic, strong) NSDate *updatedAt
Declared In
SITEvent.h
info
Additional information about the SITEvent
@property (nonatomic, strong) NSString *info
Declared In
SITEvent.h
url
Link to a website displaying relating info about the event
@property (nonatomic, strong) NSString *url
Declared In
SITEvent.h
trigger
The area inside the SITIndoorBuilding where the event should be fired.
@property (nonatomic, strong) SITCircularArea *trigger
Declared In
SITEvent.h
conversion
The area inside the SITIndoorBuilding where the event should be considered as converted
@property (nonatomic, strong) SITCircularArea *conversion
Declared In
SITEvent.h
conversionArea
The area inside the SITIndoorBuilding where the event should be considered as converted. Deprecated, use conversion instead
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Deprecated, use conversion instead" ) SITRectangularArea *conversionArea
Declared In
SITEvent.h
customFields
Custom fields that can be added from the Dashboard
@property (nonatomic, strong) NSDictionary<NSString*NSString*> *customFields
Declared In
SITEvent.h