SENTUserContext
Represents the user's context during a specific moment in time.
Last updated
@property (nonatomic, strong, nullable) SENTGeolocation *lastKnownLocation;@property (nonatomic, strong, nullable) SENTVenue *home;@property (nonatomic, strong, nullable) SENTVenue *work@property (nonatomic, assign) SENTSemanticTime semanticTime;- (BOOL)isEqualToUserContext:(SENTUserContext *)userContext;