MaxNativeAdView class

Represents a native ad.

Inheritance

Constructors

MaxNativeAdView({Key? key, required String adUnitId, String? placement, String? customData, Map<String, String?>? extraParameters, Map<String, dynamic>? localExtraParameters, NativeAdListener? listener, double? width = double.infinity, double? height = double.infinity, MaxNativeAdViewController? controller, required Widget child})
Creates a native ad view with the native ad components. The user needs to lay out a native ad view with the native ad components using the standard Flutter widgets.
const

Properties

adUnitId String
A string value representing the ad unit ID to load ads for.
final
child Widget
The child contained by the MaxNativeAdView container.
final
controller MaxNativeAdViewController?
The controller that reloads a native ad.
final
customData String?
A string value representing the customData name that you assign when you integrate each ad format, for granular reporting in ad events.
final
extraParameters Map<String, String?>?
A list of extra parameter key/value pairs for the ad.
final
hashCode int
The hash code for this object.
no setterinherited
height double?
If non-null, requires the child to have exactly this height.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
listener NativeAdListener?
The listener for various native ad callbacks.
final
localExtraParameters Map<String, dynamic>?
A list of local extra parameters to pass to the adapter instances.
final
placement String?
A string value representing the placement name that you assign when you integrate each ad format, for granular reporting in ad events.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
If non-null, requires the child to have exactly this width.
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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