-
public interface ControlInsetsRefresherImplemented by an interstitial ad view that can be asked to re-apply cutout/navigation-bar insets to its controls (close, skip, sound, countdown timer, etc.).
Lets AdBaseDialog, which lives in the lower-level
{@code rendering.interstitial}package, notify its{@code adViewContainer}without depending on the higher-level{@code api.rendering}package that actually implements this.
-
-
Method Summary
Modifier and Type Method Description abstract voidrefreshControlInsets()-
-
Method Detail
-
refreshControlInsets
abstract void refreshControlInsets()
-
-
-
-