---
title: didBecomeActive
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/notificationcenter/messageidentifier/didbecomeactive-2hcfs
---

# didBecomeActive

## Declaration

```swift
static var didBecomeActive: NotificationCenter.BaseMessageIdentifier<UIApplication.DidBecomeActiveMessage> { get }
```

## See Also

### Identifying UIKit app life cycle messages

- [didFinishLaunching](foundation/notificationcenter/messageidentifier/didfinishlaunching.md)
- [didEnterBackground](foundation/notificationcenter/messageidentifier/didenterbackground-1u5sm.md)
- [willEnterForeground](foundation/notificationcenter/messageidentifier/willenterforeground-95zi8.md)
- [willResignActive](foundation/notificationcenter/messageidentifier/willresignactive-4rf2p.md)
- [didReceiveMemoryWarning](foundation/notificationcenter/messageidentifier/didreceivememorywarning.md)
- [significantTimeChange](foundation/notificationcenter/messageidentifier/significanttimechange.md)
- [backgroundRefreshStatusDidChange](foundation/notificationcenter/messageidentifier/backgroundrefreshstatusdidchange.md)
- [userDidTakeScreenshot](foundation/notificationcenter/messageidentifier/userdidtakescreenshot.md)
