Contents

skipControlLocalizedLabelBundleKey

The key defined in the AVPlayerInterstitialEventController’s localizedStringsBundle that points to the localized label for the skip button.

Declaration

var skipControlLocalizedLabelBundleKey: String? { get set }

Discussion

If the value of the property is nil, the skip button may contain a generic label depending on the implementation of the UI that’s in use. To ensure the best available user experience in various playback configurations, including external playback, set a value for this property that provides localized translations of skip control labels.

See Also

Managing skipping behavior