pub unsafe static AVPlayerInterstitialEventMonitorInterstitialEventWasUnscheduledErrorKey: &'static NSStringAvailable 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