BannerPlacement class

Inheritance
Mixed-in types

Properties

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

Methods

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
setContentTargetingUrl(String url) Future<void>
Sets the content targeting url for the application. This information will be used only if no placement-specific targeting is available.
setTargetingInfo(Map<String, List<String>> info) Future<void>
Sets the targeting information for the given placement. Information provided for placement overrides targeting information for application set by the setTargetingInfo.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create({required String name, required BannerSize size}) Future<BannerPlacement>
Factory method creating placement.