For the complete documentation index, see llms.txt. This page is also available as Markdown.

SENTTimelineEventType

typedef NS_ENUM(NSUInteger, SENTTimelineEventType) {
    SENTTimelineEventTypeUnknown,
    SENTTimelineEventTypeStationary,
    SENTTimelineEventTypeOffTheGrid,
    SENTTimelineEventTypeInTransport
};

Last updated