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

@property (nonatomic, strong) NSNumber *project_identifier

Declared In

SITEvent.h

  name

Name

@property (nonatomic, strong) NSString *name

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

  positionArea

The area inside the SITIndoorBuilding where the event should be fired

@property (nonatomic, strong) SITCircularArea *positionArea

Declared In

SITEvent.h

  conversionArea

The area inside the SITIndoorBuilding where the event should be considered as converted

@property (nonatomic, strong) SITRectangularArea *conversionArea

Declared In

SITEvent.h