UNNotificationContentExtensionMediaPlayPauseButtonType Enum

Definition

Enumerates the kinds of media control button sets that the system will provide for playable notification content.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UNNotificationContentExtensionMediaPlayPauseButtonType
type UNNotificationContentExtensionMediaPlayPauseButtonType = 
Inheritance
UNNotificationContentExtensionMediaPlayPauseButtonType
Attributes

Fields

Default 1

Indicates that the default playback control display method should be used.

None 0

Indicates that no playback controls should be overlayed on top of the notification content.

Overlay 2

Indicates that playback controls should be overlayed on top of the notification content.

Applies to