You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
In the Xamarin.Google.iOS.MobileAds ApiDefinition.cs I see the GADCustomNativeAd and the GADCustomNativeAdDelegate interfaces appear to be fully implemented. However, there is no GADCustomNativeAdLoaderDelegate interface defined.
This presents a problem where we can use AdLoader to request a custom native ad, but without a custom native ad loader delegate, we are not able to receive the ad being returned by the API.
Are there any plans to add the GADCustomNativeAdLoaderDelegate interface to the API definitions in the near future?
Or is there another way to get the API to return the requested custom native ad?