---
title: canBecomeActive
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpnowplayingsession/canbecomeactive
---

# canBecomeActive

A Boolean value that indicates whether the session can become the app’s active Now Playing session.

## Declaration

```swift
var canBecomeActive: Bool { get }
```

## See Also

### Managing the active state

- [isActive](mediaplayer/mpnowplayingsession/isactive.md)
- [becomeActiveIfPossible(completion:)](mediaplayer/mpnowplayingsession/becomeactiveifpossible(completion:).md)
