AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification

Static AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification 

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

A notification that is posted whenever an AVPlayerInterstitialEvent’s asset list response status changes.

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

  1. AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeEventKey, with a value that indicates the AVPlayerInterstitialEvent for which the asset response status has changed.
  2. AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeStatusKey, with a value of type AVPlayerInterstitialEventAssetListResponseStatus, indicating the changed asset response status.
  3. AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeErrorKey, with a value of type NSError that carries additional information about the failure to read the asset list. This key is only present when the new AVPlayerInterstitialEventAssetListResponseStatus is AVPlayerInterstitialEventAssetListResponseStatusUnavailable.

See also Apple’s documentation