<!--
{
  "availability" : [
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ar_session_copy_data_providers",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@F@ar_session_copy_data_providers"
  },
  "title" : "ar_session_copy_data_providers"
}
-->

# ar_session_copy_data_providers

Get a copy of the collection of all data providers on this session.

```
extern ar_data_providers_tar_session_copy_data_providers(ar_session_t session);
```

## Parameters

`session`

The session.

## Return Value

The collection of data providers.

## Discussion> Note: This type supports ARC. In non-ARC files, use `ar_retain()` and `ar_release()` to retain and release the object.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)