Interface INativeAd

All Known Implementing Classes:
NativeAd, NativeBannerAd

public interface INativeAd
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Retrieve current position for AdChoices icon
    int
    Retrieve current cachePolicy set previously
    void
    Loads data for s2s partners
    void
    Start loading ads.
    void
    Start loading ad with the bidding ID
    void
    registerView(android.view.View view)
    Registration of the Advertising view.
    void
    registerView(android.view.View view, List<android.view.View> clickableViews)
    Registration of the Advertising view.
    void
    setAdChoicesPlacement(int adChoicesPlacement)
    Sets the place for AdChoices icon, by default used top-right position
    void
    setCachePolicy(int cachePolicy)
    By default, images and videos are preloaded.
    void
    View de-registration.