NativeAdTurbo class
Methods
-
getNativeMediumAdTurbo()
→ Widget
-
-
getNativeSmallAdTurbo()
→ Widget?
-
-
getNativeVideoAdTurbo({Key? key, required BuildContext context, PlatformViewCreatedCallback? onPlatformViewCreated, Clip? clipBehavior, Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers, PlatformViewHitTestBehavior? hitTestBehavior, TextDirection? layoutDirection})
→ Widget
-
-
loadNativeMediumAdTurbo({required String adUnitId, Map<String, Object>? customOptions, List<String>? keywords, String? contentUrl, List<String>? neighboringContentUrls, bool? nonPersonalizedAds, int? httpTimeoutMillis, AdEventCallback? onAdLoaded, dynamic onAdFailedToLoad(Ad ad, LoadAdError error)?, AdEventCallback? onAdOpened, AdEventCallback? onAdWillDismissScreen, AdEventCallback? onAdClosed, AdEventCallback? onAdImpression, AdEventCallback? onAdClicked, OnPaidEventCallback? onPaidEvent, NativeAdOptions? nativeAdOptions, dynamic onNativeAdClicked(NativeAd ad)?})
→ Future<void>
-
-
loadNativeSmallAdTurbo({required String adUnitId, Map<String, Object>? customOptions, List<String>? keywords, String? contentUrl, List<String>? neighboringContentUrls, bool? nonPersonalizedAds, int? httpTimeoutMillis, AdEventCallback? onAdLoaded, dynamic onAdFailedToLoad(Ad ad, LoadAdError error)?, AdEventCallback? onAdOpened, AdEventCallback? onAdWillDismissScreen, AdEventCallback? onAdClosed, AdEventCallback? onAdImpression, AdEventCallback? onAdClicked, OnPaidEventCallback? onPaidEvent, NativeAdOptions? nativeAdOptions, dynamic onNativeAdClicked(NativeAd ad)?})
→ Future<void>
-
-
loadNativeVideoAdTurbo({required String nativeVideoID})
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited