---
title: protectedDataDidBecomeAvailableNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiapplication/protecteddatadidbecomeavailablenotification
---

# protectedDataDidBecomeAvailableNotification

A notification that posts when the protected files become available for your code to access.

## Declaration

```swift
nonisolated class let protectedDataDidBecomeAvailableNotification: NSNotification.Name
```

## Discussion

Discussion This notification does not contain a userInfo dictionary.

## See Also

### Accessing protected content

- [isProtectedDataAvailable](uikit/uiapplication/isprotecteddataavailable.md)
- [protectedDataWillBecomeUnavailableNotification](uikit/uiapplication/protecteddatawillbecomeunavailablenotification.md)
