pub unsafe static AVPlayerInterstitialEventMonitorInterstitialEventWasUnscheduledNotification: &'static NSNotificationNameAvailable 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:
- AVPlayerInterstitialEventMonitorInterstitialEventWasUnscheduledEventKey, with a value that indicates which AVPlayerInterstitialEvent was unscheduled.
- 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