AVPlayerInterstitialEventMonitorInterstitialEventWasUnscheduledErrorKey

Static AVPlayerInterstitialEventMonitorInterstitialEventWasUnscheduledErrorKey 

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

The dictionary key to indicate whether the event that was unscheduled was due to an error.

The value corresponding to this key is of type NSError. This key only exists in the payload of AVPlayerInterstitialEventMonitorInterstitialEventWasUnscheduledNotification if the interstitial event was unscheduled due to an error.

See also Apple’s documentation