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

NS_ENUM

typedef NS_ENUM(NSUInteger, RPStatisticsPeriod) {
    RPStatisticsPeriodDay,
    RPStatisticsPeriodWeek,
    RPStatisticsPeriodAllTime
};
typedef NS_ENUM(NSUInteger, RPStatisticsType) {
    RPStatisticsTypeDriving,
    RPStatisticsTypeDrivingTime,
    RPStatisticsTypeMileage,
    RPStatisticsTypeSpeed,
    RPStatisticsTypePhone
};

Last updated