interstitialEventWasUnscheduledNotification
A notification that is posted whenever an AVPlayerInterstitialEvent with loaded assets was unscheduled prior to playing.
Declaration
class let interstitialEventWasUnscheduledNotification: NSNotification.NameDiscussion
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.