NativeAdLoader class

Constructors

NativeAdLoader(BuildContext context, OsmosConfig _config)

Properties

context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

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