SENTStationaryEvent

Represents a duration of time when the user was stationary.

SENTStationaryEvent API

This class extends SENTTimelineEvent. See SENTTimelineEvent for additional properties and methods.

isEqual

func isEqual(to stationaryEvent: SENTStationaryEvent) -> Bool

location

The location where the user is stationary at. nil the location is unknown.

var location: SENTGeolocation?

venue

The venue where the user is stationary at.

var venue: SENTVenue

Last updated