-
public interface AdViewUtils.PbScaleAppliedListenerCallback used with findPrebidCreativeSize.Invoked after the corrective WebView initial-scale has been applied (see fixZoomIn).
Best-effort: called at most once, and only when a corrective scale is actually applied. It isnot called when no scale is applied or on the failure path, so it is not a guaranteed completionsignal — see findPrebidCreativeSize.
-
-
Method Summary
Modifier and Type Method Description abstract voidonScaleApplied(int width, int height)-
-
Method Detail
-
onScaleApplied
abstract void onScaleApplied(int width, int height)
-
-
-
-