AVPlayerInterstitialEventMonitorInterstitialEventWasUnscheduledNotification

Static AVPlayerInterstitialEventMonitorInterstitialEventWasUnscheduledNotification 

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

A notification that is posted whenever an AVPlayerInterstitialEvent with loaded assets was unscheduled prior to playing.

Carries a userInfo dictionary that can contain the following keys and values:

  1. AVPlayerInterstitialEventMonitorInterstitialEventWasUnscheduledEventKey, with a value that indicates which AVPlayerInterstitialEvent was unscheduled.
  2. AVPlayerInterstitialEventMonitorInterstitialEventWasUnscheduledErrorKey, with an NSError value. This key will only be present if the AVPlayerInterstitialEvent was unscheduled due to an error.

See also Apple’s documentation