AVPlayerInterstitialEventMonitorCurrentEventSkippableStateDidChangeStateKey

Static AVPlayerInterstitialEventMonitorCurrentEventSkippableStateDidChangeStateKey 

Source
pub unsafe static AVPlayerInterstitialEventMonitorCurrentEventSkippableStateDidChangeStateKey: &'static NSString
Available on crate feature AVPlayerInterstitialEventController only.
Expand description

The dictionary key for the skippable event state in the payload of the AVPlayerInterstitialEventMonitorCurrentEventSkippableStateDidChangeNotification.

The value corresponding to this key is an NSNumber containing type AVPlayerInterstitialEventSkippableEventState.

See also Apple’s documentation