---
title: currentEvent
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerinterstitialeventmonitor/currentevent
---

# currentEvent

The current interstitial event.

## Declaration

```swift
var currentEvent: AVPlayerInterstitialEvent? { get }
```

## Discussion

Discussion The value is nil when primary content is playing.

## See Also

### Monitoring the current event

- [currentEventDidChangeNotification](avfoundation/avplayerinterstitialeventmonitor/currenteventdidchangenotification.md)
