Package com.naver.ads.webview
Class AdWebViewSize
-
- All Implemented Interfaces:
public final class AdWebViewSizeA convenience class which holds a width and height in integers.
-
-
Constructor Summary
Constructors Constructor Description AdWebViewSize(Integer width, Integer height)
-
Method Summary
Modifier and Type Method Description final IntegergetWidth()the width, in dp. final IntegergetHeight()the height, in dp. final IntegergetWidthInPixels(Context context)Returns the width, in pixels. final IntegergetHeightInPixels(Context context)Returns the height, in pixels. -
-
Method Detail
-
getWidthInPixels
final Integer getWidthInPixels(Context context)
Returns the width, in pixels.
-
getHeightInPixels
final Integer getHeightInPixels(Context context)
Returns the height, in pixels.
-
-
-
-