---
title: INRadioTypeResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inradiotyperesolutionresult
---

# INRadioTypeResolutionResult

A resolution result for the type of radio to use in a car.

## Declaration

```swift
class INRadioTypeResolutionResult
```

## Overview

Overview An INRadioTypeResolutionResult object is what you return when resolving parameters containing a INRadioType value. Use the creation method that best reflects your ability to successfully resolve the parameter. For additional resolution options, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/inradiotyperesolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inradiotyperesolutionresult/confirmationrequired(with:).md)

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.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

### CarPlay Resolution Results

- [INCarSeatResolutionResult](intents/incarseatresolutionresult.md)
- [INCarDefrosterResolutionResult](intents/incardefrosterresolutionresult.md)
- [INCarAudioSourceResolutionResult](intents/incaraudiosourceresolutionresult.md)
- [INCarAirCirculationModeResolutionResult](intents/incaraircirculationmoderesolutionresult.md)
- [INRelativeReferenceResolutionResult](intents/inrelativereferenceresolutionresult.md)
- [INRelativeSettingResolutionResult](intents/inrelativesettingresolutionresult.md)
