在 Android 中显示之前获取 Admob Interstitial 视频广告的长度

Get length of Admob Interstitial video ad before it is displayed in Android

我正尝试在紧迫的时间范围内使用插页式视频广告,因此我需要在显示视频之前知道视频的长度。是否可以在显示之前获取视频的长度?

据我所知 class InterstitialAds

https://firebase.google.com/docs/reference/android/com/google/android/gms/ads/InterstitialAd

也不是它的听众

https://firebase.google.com/docs/reference/android/com/google/android/gms/ads/AdListener

提供此数据。