AVPlayerInterstitialEventMonitorInterstitialEventDidFinishEventKey

Static AVPlayerInterstitialEventMonitorInterstitialEventDidFinishEventKey 

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

The dictionary key for the AVPlayerInterstitialEvent that finished playing in the payload of the AVPlayerInterstitialEventMonitorInterstitialEventDidFinishNotification.

The value corresponding to this key is of type AVPlayerInterstitialEvent.

See also Apple’s documentation