Interface NativeAdImage


  • public interface NativeAdImage
    NativeAdImage represents image asset. Height and width is always available. Bitmap is unavailable until loaded.
    • Method Detail

      • getBitmap

        @Nullable
        android.graphics.Bitmap getBitmap()
        Returns bitmap.
        Returns:
        bitmap.
      • getHeight

        int getHeight()
        Returns height of image in physical pixels.
        Returns:
        height in physical pixels.
      • getWidth

        int getWidth()
        Returns width of image in physical pixels.
        Returns:
        width in physical pixels.