NativeAdLoader class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
renderNativeAdHorizontalView({required String cliUbid, required NativeAd nativeAd, required NativeAdType? adType, required double width, required double height, NativeAdStyle? customStyle, Widget? customCtaView, Widget? customBadgeView, String? adLabelText, Alignment? adLabelAlignment = Alignment.topLeft, void onAdClicked(Map<String, dynamic>)?, void onViewLoad(Map<String, dynamic>)?})
→ Widget
-
-
renderNativeAdVerticalView({required String cliUbid, required NativeAd nativeAd, required NativeAdType? adType, required double width, required double height, NativeAdStyle? customStyle, Widget? customCtaView, Widget? customBadgeView, String? adLabelText, Alignment? adLabelAlignment = Alignment.topLeft, void onAdClicked(Map<String, dynamic>)?, void onViewLoad(Map<String, dynamic>)?})
→ Widget
-
-
renderNativeAdView({required String cliUbid, required NativeAd nativeAd, required Widget contentView, void onAdClicked(Map<String, dynamic>)?, void onViewLoad(Map<String, dynamic>)?})
→ Widget
-
-
toString()
→ String
-
A string representation of this object.
inherited