SITOccurrence Class Reference

Inherits from SITAPIBaseModel : NSObject
Declared in SITOccurrence.h

Overview

Describes importante situations around events

  identifier

Unique identifier of the ocurrence (this property can be nil if it’s not created)

@property (nonatomic, strong) NSNumber *identifier

Declared In

SITOccurrence.h

  eventIdentifier

// Many to One relationship. Event in which the occurrence happended.

@property (nonatomic, strong) NSNumber *eventIdentifier

Declared In

SITOccurrence.h

  deviceIdentifier

Identifier of the device

@property (nonatomic, strong) NSNumber *deviceIdentifier

Declared In

SITOccurrence.h

  clickedAt

The time when an event has been opened for more info (in iOS, this happends when the user press on the detail button or on the getMeThere button).

@property (nonatomic, strong) NSDate *clickedAt

Declared In

SITOccurrence.h

  convertedAt

The time when a user entered the conversion area of an event.

@property (nonatomic, strong) NSDate *convertedAt

Declared In

SITOccurrence.h