<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UserNotificationsUI",
  "identifier" : "/documentation/UserNotificationsUI/UNNotificationContentExtensionMediaPlayPauseButtonType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "User Notifications UI"
    ],
    "preciseIdentifier" : "c:@E@UNNotificationContentExtensionMediaPlayPauseButtonType"
  },
  "title" : "UNNotificationContentExtensionMediaPlayPauseButtonType"
}
-->

# UNNotificationContentExtensionMediaPlayPauseButtonType

Constants indicating the type of media button to display.

```
enum UNNotificationContentExtensionMediaPlayPauseButtonType
```

## Topics

### Button Types

[`UNNotificationContentExtensionMediaPlayPauseButtonType.none`](/documentation/UserNotificationsUI/UNNotificationContentExtensionMediaPlayPauseButtonType/none)

No media button.

[`UNNotificationContentExtensionMediaPlayPauseButtonType.default`](/documentation/UserNotificationsUI/UNNotificationContentExtensionMediaPlayPauseButtonType/default)

A standard play/pause button.

[`UNNotificationContentExtensionMediaPlayPauseButtonType.overlay`](/documentation/UserNotificationsUI/UNNotificationContentExtensionMediaPlayPauseButtonType/overlay)

A partially transparent play/pause button that is layered on top of your
media content.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)