MediaView

Mediaview displays native ad media content.

MediaView can be declared and added to view:

MediaView mediaView = new MediaView(context); addView(adView); mediaView.setNativeAd(nativeAd);

Estende:RelativeLayout
Pacote:ads
Construtores
MediaView(Context, AttributeSet)
public MediaView(Context context, AttributeSet attributeSet)
ParâmetroDescrição
context
attributeSet
MediaView(Context)
public MediaView(Context context)
ParâmetroDescrição
context
Métodos de instância
setNativeAd(NativeAd)
public void setNativeAd(NativeAd nativeAd)
ParâmetroDescrição
nativeAd
isAutoplay()
public boolean isAutoplay()
setAutoplayOnMobile(boolean)

Set the mobile autoplay setting for video ads

public void setAutoplayOnMobile(boolean autoplay)
ParâmetroDescrição
autoplayWhether autoplay will only be enabled on Wifi or not
setAutoplay(boolean)

Set the autoplay setting for video ads

public void setAutoplay(boolean autoplay)
ParâmetroDescrição
autoplayWhether autoplay is enabled or not