Package 

Interface AdViewUtils.PbScaleAppliedListener


  • 
    public interface AdViewUtils.PbScaleAppliedListener
    
                        

    Callback 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 void onScaleApplied(int width, int height)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onScaleApplied

         abstract void onScaleApplied(int width, int height)