NativeAdType enum
Constructors
- NativeAdType()
-
const
Values
- NATIVE_AD_HORIZONTAL → const NativeAdType
-
const NativeAdType(0)
- NATIVE_AD_VERTICAL → const NativeAdType
-
const NativeAdType(1)
- NATIVE_BANNER_AD → const NativeAdType
-
const NativeAdType(2)
- NATIVE_AD_TEMPLATE → const NativeAdType
-
const NativeAdType(3)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
-
values
→ const List<
NativeAdType> -
A constant List of the values in this enum, in order of their declaration.
[NATIVE_AD_HORIZONTAL, NATIVE_AD_VERTICAL, NATIVE_BANNER_AD, NATIVE_AD_TEMPLATE]