Package 

Interface NativeAdImage

  • All Implemented Interfaces:

    
    public interface NativeAdImage
    
                        

    NativeAdImage represents image asset. Height and width is always available. Bitmap is unavailable until loaded.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Bitmap getBitmap() Returns bitmap.
      abstract Integer getHeight() Returns height of image in physical pixels.
      abstract Integer getWidth() Returns width of image in physical pixels.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait