Package 

Class MetaNativeAdapter

  • All Implemented Interfaces:
    io.cloudx.sdk.CloudXDestroyable

    @VisibleForTesting() 
    public final class MetaNativeAdapter
    extends CloudXNativeAdAdapter
                        

    The adapter chooses NativeAd or NativeBannerAd from the is_native_banner server extra and passes bid markup through Meta's withBid load config.

    • Method Summary

      Modifier and Type Method Description
      Unit load(CloudXAdapterLoadParams params)
      Unit destroy()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetaNativeAdapter

        MetaNativeAdapter(Context context, Bundle serverExtras, Map<String, Object> localExtras, String adm, CloudXNativeAdAdapterListener listener, CloudXLogger logger)