Interface AdViewUtils.PbFindSizeListener

Enclosing class:
AdViewUtils

public static interface AdViewUtils.PbFindSizeListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    success(int width, int height)
     
  • Method Details

    • success

      void success(int width, int height)
    • failure

      void failure(PbFindSizeError error)