---
title: CTSlicingManager.Slice
framework: coretelephony
role: symbol
role_heading: Structure
path: coretelephony/ctslicingmanager/slice
---

# CTSlicingManager.Slice

Information about an active network slice.

## Declaration

```swift
struct Slice
```

## Overview

Overview A Slice represents an active network slice configuration, including the app category it serves, the traffic class it uses, and the network interface handling the traffic. Use the activeSlices property to retrieve information about currently active slices on the device.

## Topics

### Representing slice properties

- [appCategory](coretelephony/ctslicingmanager/slice/appcategory.md)
- [trafficClass](coretelephony/ctslicingmanager/slice/trafficclass.md)
- [networkInterfaceName](coretelephony/ctslicingmanager/slice/networkinterfacename.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
