---
title: "AgeRangeService.Response.sharing(range:)"
framework: declaredagerange
role: symbol
role_heading: Case
path: "declaredagerange/agerangeservice/response/sharing(range:)"
---

# AgeRangeService.Response.sharing(range:)

Contains the person’s shared age range information.

## Declaration

```swift
case sharing(range: AgeRangeService.AgeRange)
```

## Parameters

- `range`: The age range information provided by the person.

## Discussion

Discussion When you receive this response, the person successfully shared their age information. Use the associated AgeRange value to make appropriate content decisions for your app.

## See Also

### Getting the age range response

- [AgeRangeService.Response.declinedSharing](declaredagerange/agerangeservice/response/declinedsharing.md)
