NS_ENUM
typedef NS_ENUM(NSUInteger, RPStatisticsPeriod) {
RPStatisticsPeriodDay,
RPStatisticsPeriodWeek,
RPStatisticsPeriodAllTime
};
typedef NS_ENUM(NSUInteger, RPStatisticsType) {
RPStatisticsTypeDriving,
RPStatisticsTypeDrivingTime,
RPStatisticsTypeMileage,
RPStatisticsTypeSpeed,
RPStatisticsTypePhone
};
PreviousRequest main statistics data for all possible statistic typesNextRequest main statistics data for all possible statistic types
Last updated
Was this helpful?