<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreTelephony",
  "identifier" : "/documentation/CoreTelephony/CTCellularPlanStatusAvailabilityConfidence",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Telephony"
    ],
    "preciseIdentifier" : "c:@E@CTCellularPlanStatusAvailabilityConfidence"
  },
  "title" : "CTCellularPlanStatusAvailabilityConfidence"
}
-->

# CTCellularPlanStatusAvailabilityConfidence

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

```
enum CTCellularPlanStatusAvailabilityConfidence
```

## Overview

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

## Topics

### Determining a confidence level

[`case high`](/documentation/CoreTelephony/CTCellularPlanStatusAvailabilityConfidence/high)

A high level of confidence about the availability of a cellular plan.

[`case low`](/documentation/CoreTelephony/CTCellularPlanStatusAvailabilityConfidence/low)

A low level of confidence about the availability of a cellular plan.

### Creating a confidence level

[`init?(rawValue: Int)`](/documentation/CoreTelephony/CTCellularPlanStatusAvailabilityConfidence/init(rawValue:))

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)