<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerInterstitialEvent/SkippableEventState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVPlayerInterstitialEventSkippableEventState"
  },
  "title" : "AVPlayerInterstitialEvent.SkippableEventState"
}
-->

# AVPlayerInterstitialEvent.SkippableEventState

These constants describe the state for a skippable AVPlayerInterstitialEvent.

```
enum SkippableEventState
```

## Topics

### Event states

[`AVPlayerInterstitialEvent.SkippableEventState.eligible`](/documentation/AVFoundation/AVPlayerInterstitialEvent/SkippableEventState/eligible)

Indicates that the interstitial event is currently skippable.

[`AVPlayerInterstitialEvent.SkippableEventState.noLongerEligible`](/documentation/AVFoundation/AVPlayerInterstitialEvent/SkippableEventState/noLongerEligible)

Indicates that the interstitial event is no longer eligible to be skipped.

[`AVPlayerInterstitialEvent.SkippableEventState.notSkippable`](/documentation/AVFoundation/AVPlayerInterstitialEvent/SkippableEventState/notSkippable)

Indicates that the interstitial event is not skippable.

[`AVPlayerInterstitialEvent.SkippableEventState.notYetEligible`](/documentation/AVFoundation/AVPlayerInterstitialEvent/SkippableEventState/notYetEligible)

Indicates that the interstitial event will eventually become eligible to be skipped.

### Initializers

[`init(rawValue:)`](/documentation/AVFoundation/AVPlayerInterstitialEvent/SkippableEventState/init(rawValue:))



---

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)