---
title: AVCustomRoutingActionItem
framework: avrouting
role: symbol
role_heading: Class
path: avrouting/avcustomroutingactionitem
---

# AVCustomRoutingActionItem

An object that represents a custom action item to display in a device route picker.

## Declaration

```swift
class AVCustomRoutingActionItem
```

## Overview

Overview Use this class to specify supplemental action items to display in the list of discovered routes. Tapping a custom item dismisses the picker and calls the customRoutingController(_:didSelect:) method of AVCustomRoutingControllerDelegate.

## Topics

### Configuring an item

- [type](avrouting/avcustomroutingactionitem/type.md)
- [overrideTitle](avrouting/avcustomroutingactionitem/overridetitle.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Media routing

- [AVCustomRoutingController](avrouting/avcustomroutingcontroller.md)
- [AVCustomRoutingControllerDelegate](avrouting/avcustomroutingcontrollerdelegate.md)
- [AVCustomRoutingEvent](avrouting/avcustomroutingevent.md)
