---
title: currentEventSkippableState
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerinterstitialeventmonitor/currenteventskippablestate
---

# currentEventSkippableState

The skippable event state for the currentEvent.

## Declaration

```swift
var currentEventSkippableState: AVPlayerInterstitialEvent.SkippableEventState { get }
```

## Discussion

Discussion If currentEvent is nil, then the value will be AVPlayerInterstitialEventSkippableEventStateNotSkippable.

## See Also

### Monitoring skipping

- [currentEventSkippableStateDidChangeNotification](avfoundation/avplayerinterstitialeventmonitor/currenteventskippablestatedidchangenotification.md)
- [currentEventSkippableStateDidChangeEventKey](avfoundation/avplayerinterstitialeventmonitor/currenteventskippablestatedidchangeeventkey.md)
- [currentEventSkippableStateDidChangeStateKey](avfoundation/avplayerinterstitialeventmonitor/currenteventskippablestatedidchangestatekey.md)
- [currentEventSkippableStateDidChangeSkipControlLabelKey](avfoundation/avplayerinterstitialeventmonitor/currenteventskippablestatedidchangeskipcontrollabelkey.md)
- [currentEventSkippedNotification](avfoundation/avplayerinterstitialeventmonitor/currenteventskippednotification.md)
- [currentEventSkippedEventKey](avfoundation/avplayerinterstitialeventmonitor/currenteventskippedeventkey.md)
- [currentEventSkipControlLabel](avfoundation/avplayerinterstitialeventmonitor/currenteventskipcontrollabel.md)
