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

  )

The unique identifier indicating the SITIndoorBuilding which belongs to. Deprecated, use trigger.center.buildingIdentifier

@property (nonatomic, strong) NSNumber *DEPRECATED_MSG_ATTRIBUTE ( "Deprecated, use trigger.center.buildingIdentifier" )

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

  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

  customFields

Custom fields that can be added from the Dashboard

@property (nonatomic, strong) NSDictionary<NSString*NSString*> *customFields

Declared In

SITEvent.h