---
title: CTCellularPlanStatusAvailabilityConfidence
framework: Core Telephony
role: symbol
role_heading: Enumeration
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+]
path: coretelephony/ctcellularplanstatusavailabilityconfidence
---

# CTCellularPlanStatusAvailabilityConfidence

Constants that indicate the system’s confidence that the device has a cellular plan for a given phone number.

## Declaration

```swift
enum CTCellularPlanStatusAvailabilityConfidence
```

## Overview

Overview The getHintForPhoneNumber(_:completion:) method returns a value of this type in its completion handler along with the CTCellularPlanStatusAvailability determination to which it applies. Evaluate the values together when your app considers the result.

## Topics

### Determining a confidence level

- [CTCellularPlanStatusAvailabilityConfidence.high](coretelephony/ctcellularplanstatusavailabilityconfidence/high.md)
- [CTCellularPlanStatusAvailabilityConfidence.low](coretelephony/ctcellularplanstatusavailabilityconfidence/low.md)

### Creating a confidence level

- [init(rawValue:)](coretelephony/ctcellularplanstatusavailabilityconfidence/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting a cellular plan status hint

- [getHintForPhoneNumber(_:completion:)](coretelephony/ctcellularplanstatus/gethintforphonenumber(_:completion:).md)
- [CTCellularPlanStatusAvailability](coretelephony/ctcellularplanstatusavailability.md)
