SENTStationaryEvent
SENTStationaryEvent API
isEqual
func isEqual(to stationaryEvent: SENTStationaryEvent) -> Boollocation
var location: SENTGeolocation?venue
var venue: SENTVenueLast updated
Represents a duration of time when the user was stationary.
This class extends SENTTimelineEvent. See SENTTimelineEvent for additional properties and methods.
func isEqual(to stationaryEvent: SENTStationaryEvent) -> BoolThe location where the user is stationary at. nil the location is unknown.
var location: SENTGeolocation?The venue where the user is stationary at.
var venue: SENTVenueLast updated