<!--
{
  "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

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

Indicates that the interstitial event is currently skippable.

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

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

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

Indicates that the interstitial event is not skippable.

[`AVPlayerInterstitialEventSkippableEventStateNotYetEligible`](/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:))

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)