---
title: currentEventSkipControlLabel
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayerinterstitialeventmonitor/currenteventskipcontrollabel
---

# currentEventSkipControlLabel

The skip control label for the currentEvent.

## Declaration

```swift
var currentEventSkipControlLabel: String? { get }
```

## Discussion

Discussion If a localizedStringsBundle has been set on the AVPlayerInterstitialEventController, and a skipControlLocalizedLabelBundleKey is set on the currentEvent, then this value will be the localized string that was matched to the event’s skipControlLocalizedLabelBundleKey for the corresponding system language in the supplied Bundle, if any. If currentEvent is nil, then the value will be nil.

## 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)
- [currentEventSkippableState](avfoundation/avplayerinterstitialeventmonitor/currenteventskippablestate.md)
