PlacementTargeting class

Represents targeting about where the ads can appear, for example, certain sites or mobile applications.

Different placement targeting types will be logically OR'ed.

Constructors

PlacementTargeting({MobileApplicationTargeting? mobileApplicationTargeting, UriTargeting? uriTargeting})
PlacementTargeting.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
mobileApplicationTargeting MobileApplicationTargeting?
Mobile application targeting information in a deal.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uriTargeting UriTargeting?
URLs to be included/excluded.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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