CreativeMatchStrategy class

Properties

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

Methods

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

Operators

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

Constants

ANY → const CreativeMatchStrategy
Ad creatives of all dimension types will be returned randomly.
EXACT → const CreativeMatchStrategy
Exactly matches ads according to the expected width and height.
LANDSCAPE → const CreativeMatchStrategy
Only ad creatives in landscape mode, whose width is greater than its height, will be returned.
PORTRAIT → const CreativeMatchStrategy
Only ad creatives in portrait mode, whose height is greater than its width, will be returned.
SMART → const CreativeMatchStrategy
Intelligently matches ads according to the expected width and height.
SQUARE → const CreativeMatchStrategy
Only square ad creatives will be returned.
UNKNOWN → const CreativeMatchStrategy
Unknown creative dimensions.