---
title: UNNotificationContentExtensionMediaPlayPauseButtonType.default
framework: usernotificationsui
role: symbol
role_heading: Case
path: usernotificationsui/unnotificationcontentextensionmediaplaypausebuttontype/default
---

# UNNotificationContentExtensionMediaPlayPauseButtonType.default

A standard play/pause button.

## Declaration

```swift
case `default`
```

## Discussion

Discussion This button is always visible. When tapped, its appearance changes between the play and pause icons and triggers the appropriate play and pause actions.

## See Also

### Button Types

- [UNNotificationContentExtensionMediaPlayPauseButtonType.none](usernotificationsui/unnotificationcontentextensionmediaplaypausebuttontype/none.md)
- [UNNotificationContentExtensionMediaPlayPauseButtonType.overlay](usernotificationsui/unnotificationcontentextensionmediaplaypausebuttontype/overlay.md)
