NativeAd.Image
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Image creative.

확장:Object
패키지:ads
생성자
NativeAd.Image(String, int, int)
public NativeAd.Image(String url, int width, int height)
매개변수설명
url
width
height
클래스 메서드
fromJSONObject(JSONObject)

Parses an Image from the given JSON object.

public static Image fromJSONObject(JSONObject dataObject)
매개변수설명
dataObjectThe json object
Returns
Parsed Image or null if failed
인스턴스 메서드
getUrl()

Gets the url of the image.

public String getUrl()
Returns
Absolute url of the image
getWidth()

Gets the width of the image.

public int getWidth()
Returns
Width of the image in dp
getHeight()

Gets the height of the image.

public int getHeight()
Returns
Height of the image in dp