NativeAd.Image
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

Image creative.

Prolonge :Object
Package :ads
Constructeurs
NativeAd.Image(String, int, int)
public NativeAd.Image(String url, int width, int height)
ParamètreDescription
url
width
height
Méthodes Class
fromJSONObject(JSONObject)

Parses an Image from the given JSON object.

public static Image fromJSONObject(JSONObject dataObject)
ParamètreDescription
dataObjectThe json object
Returns
Parsed Image or null if failed
Méthodes d’instance
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