---
title: MPVolumeSettingsAlertIsVisible()
framework: mediaplayer
role: symbol
role_heading: Function
path: mediaplayer/mpvolumesettingsalertisvisible()
---

# MPVolumeSettingsAlertIsVisible()

Returns a Boolean value indicating whether the volume alert panel is currently visible.

## Declaration

```swift
func MPVolumeSettingsAlertIsVisible() -> Bool
```

## Return Value

Return Value true if the volume alert is visible; otherwise, false.

## See Also

### Global volume setting methods

- [MPVolumeSettingsAlertShow()](mediaplayer/mpvolumesettingsalertshow().md)
- [MPVolumeSettingsAlertHide()](mediaplayer/mpvolumesettingsalerthide().md)
