CDNativeAdDataType enum
Represents types of native ad data.
Values
- sponsored → const CDNativeAdDataType
-
const CDNativeAdDataType(1) - description → const CDNativeAdDataType
-
const CDNativeAdDataType(2) - rating → const CDNativeAdDataType
-
const CDNativeAdDataType(3) - likes → const CDNativeAdDataType
-
const CDNativeAdDataType(4) - downloads → const CDNativeAdDataType
-
const CDNativeAdDataType(5) - price → const CDNativeAdDataType
-
const CDNativeAdDataType(6) - salePrice → const CDNativeAdDataType
-
const CDNativeAdDataType(7) - phone → const CDNativeAdDataType
-
const CDNativeAdDataType(8) - address → const CDNativeAdDataType
-
const CDNativeAdDataType(9) - description2 → const CDNativeAdDataType
-
const CDNativeAdDataType(10) - displayUrl → const CDNativeAdDataType
-
const CDNativeAdDataType(11) - ctaText → const CDNativeAdDataType
-
const CDNativeAdDataType(12) - other → const CDNativeAdDataType
-
const CDNativeAdDataType(501)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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
- value → int
-
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
-
values
→ const List<
CDNativeAdDataType> - A constant List of the values in this enum, in order of their declaration.