NativeAdTurbo class

Constructors

NativeAdTurbo()

Properties

hashCode int
The hash code for this object.
no setterinherited
nativeAdMedium ↔ NativeAd
getter/setter pair
nativeAdSmall ↔ NativeAd
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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, String? mediationExtrasIdentifier, Map<String, String>? extras, 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, String? mediationExtrasIdentifier, Map<String, String>? extras, 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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

methodChannel → const MethodChannel