---
title: LiveCallerIDLookupManager
framework: identitylookup
role: symbol
role_heading: Class
path: identitylookup/livecalleridlookupmanager
---

# LiveCallerIDLookupManager

The entry point that provides access to a collection of functions that help manage the state of the Live Caller ID Lookup app extension.

## Declaration

```swift
class LiveCallerIDLookupManager
```

## Mentioned in

Getting up-to-date calling and blocking information for your app

## Overview

Overview You can use the provided functions to check whether your app extension is in an enabled state, open Settings to enable the extension, and manage refreshing your server data.

## Topics

### Checking status and fetching data

- [extensionPointName](identitylookup/extensionpointname.md)
- [openSettings()](identitylookup/livecalleridlookupmanager/opensettings().md)
- [refreshPIRParameters(forExtensionWithIdentifier:)](identitylookup/livecalleridlookupmanager/refreshpirparameters(forextensionwithidentifier:).md)
- [reset(forExtensionWithIdentifier:)](identitylookup/livecalleridlookupmanager/reset(forextensionwithidentifier:).md)
- [status(forExtensionWithIdentifier:)](identitylookup/livecalleridlookupmanager/status(forextensionwithidentifier:).md)

### Sharing the instance

- [shared](identitylookup/livecalleridlookupmanager/shared.md)

### Instance Methods

- [refreshExtensionContext(forExtensionWithIdentifier:)](identitylookup/livecalleridlookupmanager/refreshextensioncontext(forextensionwithidentifier:).md)

## See Also

### Live Caller ID Lookup

- [Understanding how Live Caller ID Lookup preserves privacy](identitylookup/understanding-how-live-caller-id-lookup-preserves-privacy.md)
- [Formatting data for blocking and identity information](identitylookup/formatting-data-for-blocking-and-identity-information.md)
- [Setting up the HTTP endpoints for Live Caller ID Lookup](identitylookup/setting-up-the-http-endpoints-for-live-caller-id-lookup.md)
- [Getting up-to-date calling and blocking information for your app](identitylookup/getting-up-to-date-calling-and-blocking-information-for-your-app.md)
- [LiveCallerIDLookupProtocol](identitylookup/livecalleridlookupprotocol.md)
- [LiveCallerIDLookupExtensionConfiguration](identitylookup/livecalleridlookupextensionconfiguration.md)
- [LiveCallerIDLookupExtensionContext](identitylookup/livecalleridlookupextensioncontext.md)
- [CallLookupExtensionStatus](identitylookup/calllookupextensionstatus.md)
