AdFormat enum
This class defines a format of an ad.
Values
-
const AdFormat("Banner")
- interstitial → const AdFormat
-
const AdFormat("Interstitial")
- rewarded → const AdFormat
-
const AdFormat("Rewarded")
- appOpen → const AdFormat
-
const AdFormat("AppOpen")
- native → const AdFormat
-
const AdFormat("Native")
- mediumRectangle → const AdFormat
-
const AdFormat("MREC")
- inlineBanner → const AdFormat
-
const AdFormat("InlineBanner")
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isAdView → bool
-
Checks if the format is an AdView.
no setter
- label → String
-
Human-readable representation of the format.
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited