You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the implementation process, we faced a challenge in accurately determining whether a video ad contains an end card and when it is presented. This complicates the process of defining the appropriate delay for presenting the SKOverlay.
It was decided to not support endcarddelay in the Original API. If delay is present, the SDK will use it, otherwise SKOverlay will be displayed immediately.
Objectives
We must provide a way to present and dismiss SKOverlay if the configuration is available in bid response.
skadn
object is present.InterstitialAdUnit
andRewardedVideoAdUnit
:activateSKOverlayIfAvailable
anddismissSKOverlayIfAvailable
.activateSKOverlayIfAvailable
is called the SDK must start searching for the appearance of the GAM web view in the view hierarchy.hb_local_cache_id
in web view context and retrieve bid.dismissSKOverlayIfAvailable
is called - stop any view hierarchy traversing and dismiss SKOverlay if presented.Related issues: #997, #853
The text was updated successfully, but these errors were encountered: