AdropErrorCode enum

Inheritance
Available extensions

Values

network → const AdropErrorCode

The network status is unstable.

const AdropErrorCode("ERROR_CODE_NETWORK")
internal → const AdropErrorCode

Error in sdk.

const AdropErrorCode("ERROR_CODE_INTERNAL")
initialize → const AdropErrorCode

Before Adrop initialize.

const AdropErrorCode("ERROR_CODE_INITIALIZE")
invalidUnit → const AdropErrorCode

Ad unit ID is not valid.

const AdropErrorCode("ERROR_CODE_INVALID_UNIT")
notTargetCountry → const AdropErrorCode

Unable to use SDK when the device country is not supported.

const AdropErrorCode("ERROR_CODE_NOT_TARGET_COUNTRY")
inactive → const AdropErrorCode

There are no active advertising campaigns.

const AdropErrorCode("ERROR_CODE_AD_INACTIVE")
adNoFill → const AdropErrorCode

Unable to receive ads that meet the criteria. Please retry.

const AdropErrorCode("ERROR_CODE_AD_NO_FILL")
adLoadDuplicate → const AdropErrorCode

Unable to load again after ad received.

const AdropErrorCode("ERROR_CODE_AD_LOAD_DUPLICATED")
adLoading → const AdropErrorCode

Unable to load again before ad received

const AdropErrorCode("ERROR_CODE_AD_LOADING")
adEmpty → const AdropErrorCode

Unable to show ad before ad received

const AdropErrorCode("ERROR_CODE_AD_EMPTY")
adShown → const AdropErrorCode

Unable to show ad again

const AdropErrorCode("ERROR_CODE_AD_SHOWN")
adHideForToday → const AdropErrorCode

Unable to load ad for today

const AdropErrorCode("ERROR_CODE_AD_HIDE_FOR_TODAY")
accountUsageLimitExceeded → const AdropErrorCode

Account usage limit exceeded

const AdropErrorCode("ERROR_CODE_ACCOUNT_USAGE_LIMIT_EXCEEDED")
adLandscapeUnsupported → const AdropErrorCode

Unable to display ad in landscape mode

const AdropErrorCode("ERROR_CODE_LANDSCAPE_UNSUPPORTED")
backfillNoFill → const AdropErrorCode

Unable to receive ads that meet the criteria from backfill. Please retry.

const AdropErrorCode("ERROR_CODE_AD_BACKFILL_NO_FILL")
undefined → const AdropErrorCode

undefined code

const AdropErrorCode("UNDEFINED")

Properties

code String
final
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

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<AdropErrorCode>
A constant List of the values in this enum, in order of their declaration.