pub unsafe static AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeNotification: &'static NSNotificationNameAvailable 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:
- AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeEventKey, with a value that indicates the AVPlayerInterstitialEvent for which the asset response status has changed.
- AVPlayerInterstitialEventMonitorAssetListResponseStatusDidChangeStatusKey, with a value of type AVPlayerInterstitialEventAssetListResponseStatus, indicating the changed asset response status.
- 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