---
title: readableTypeIdentifiersForItemProvider
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsitemproviderreading/readabletypeidentifiersforitemprovider
---

# readableTypeIdentifiersForItemProvider

An array of UTI strings representing the data types supported by the class.

## Declaration

```swift
static var readableTypeIdentifiersForItemProvider: [String] { get }
```

## Discussion

Discussion Provide uniform type identifiers (UTIs) in order from highest fidelity to lowest. If your app employs a native data representation, place that first in the array.
