> For the complete documentation index, see [llms.txt](https://docs-old.telematicssdk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.telematicssdk.com/response-codes/archive/back-end-to-app-integration/get-the-data-to-the-ios-app/statistics/ns-enum.md).

# NS\_ENUM

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