Interface and Description |
---|
com.facebook.ads.ImpressionListener
See
AbstractAdListener
ImpressionListener interface is notified of impression events in ad control lifecycle. |
Class and Description |
---|
com.facebook.ads.InterstitialAdActivity
as of 4.16 Audience Network SDK, replaced by
AudienceNetworkActivity .
InterstitialAdActivity was created to support fullscreen Interstitial ads but has since been
repurposed for other needs to avoid additional manifest requirements. This class is provided for
backwards compatibility only. You should use AudienceNetworkActivity in your manifest. |
Field and Description |
---|
com.facebook.ads.AdSize.BANNER_320_50 |
com.facebook.ads.AdError.MISSING_PROPERTIES |
Method and Description |
---|
com.facebook.ads.NativeAd.getAdStarRating()
Star rating is deprecated.
|
com.facebook.ads.MediaView.isAutoplay()
Video autoplay control will be moved to the server side.
This API will be removed in future SDK versions.
|
com.facebook.ads.MediaView.setAutoplay(boolean)
Autoplay control will be moved to the server side.
This API will be removed in future SDK versions.
|
com.facebook.ads.MediaView.setAutoplayOnMobile(boolean)
Mobile autoplay control will be moved to the server side.
This API will be removed in future SDK versions.
|
com.facebook.ads.AdView.setImpressionListener(ImpressionListener)
See
AbstractAdListener and AdView.setAdListener(com.facebook.ads.AdListener) .
Sets an ImpressionListener to be notified of impression events in ad control lifecycle. |
com.facebook.ads.InterstitialAd.setImpressionListener(ImpressionListener)
See
AbstractAdListener and InterstitialAd.setAdListener(com.facebook.ads.InterstitialAdListener) .
Sets an ImpressionListener to be notified of impression events in ad control lifecycle. |
com.facebook.ads.NativeAd.setImpressionListener(ImpressionListener)
See
AbstractAdListener and NativeAd.setAdListener(com.facebook.ads.AdListener) .
Sets an ImpressionListener to be notified of impression events in ad control lifecycle. |
com.facebook.ads.NativeAd.setMediaViewAutoplay(boolean)
Autoplay control will be moved to the server side.
This API will be removed in future SDK versions.
|