MultiSizeBannerPlacement class

Inheritance
Mixed-in types

Properties

collapsibleBannerOptions CollapsibleBannerOptions?
Setting for Google collapsible banners. Default is null, meaning disabled support for collapsible banners.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
impressionListener ImpressionListener?
The impression listener for placement.
getter/setter pair
listener MultiSizeBannerPlacementListener?
Listener instance receiving Multi Size Banner placement events
getter/setter pair
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statisticsListener StatisticsListener?
The statistics listener that will be notified about placement reporting events, like counted adspace, request etc.
getter/setter pair

Methods

hasAd() Future<bool>
Returns 'true' if there is an ad loaded for this placement.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCollapsibleBannerOptions(CollapsibleBannerOptions value) Future<void>
Sets options for Google collapsible banners.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create({required String name}) Future<MultiSizeBannerPlacement>
Factory method creating placement.

Constants

methodChannelName → const String
sizeMethodName → const String