GMBLVisit Class Reference

Inherits from NSObject
Conforms to NSCopying
NSSecureCoding
Declared in GMBLVisit.h

Overview

The GMBLVisit class contains information about a visit to a place. A GMBLVisit begins when a receiver enters a place and ends when the receiver leaves the place.

  arrivalDate

Date timestamp when the visit began

@property (readonly, nonatomic) NSDate *arrivalDate

Discussion

Date timestamp when the visit began

Declared In

GMBLVisit.h

  dwellTime

Duration of the current visit

@property (readonly, nonatomic) NSTimeInterval dwellTime

Discussion

Duration of the current visit

Declared In

GMBLVisit.h

  departureDate

Date timestamp when the visit ended or nil if the visit is still in progress

@property (readonly, nonatomic, nullable) NSDate *departureDate

Discussion

Date timestamp when the visit ended or nil if the visit is still in progress

Declared In

GMBLVisit.h

  place

The place associated with the visit

@property (readonly, nonatomic) GMBLPlace *place

Discussion

The place associated with the visit

Declared In

GMBLVisit.h

  visitID

Unique ID for the visit

@property (readonly, nonatomic) NSString *visitID

Discussion

Unique ID for the visit

Declared In

GMBLVisit.h