YandexAdEvent enum

List of possible Ad events

Inheritance
Available extensions

Values

adOpened → const YandexAdEvent

Ad is displayed

adClosed → const YandexAdEvent

Ad was cloased

adRewarded → const YandexAdEvent

Reward can be given to the user

adImpressionCounted → const YandexAdEvent

Ad impression was counted

adClicked → const YandexAdEvent

Detected a click on the Ad

adReady → const YandexAdEvent

Ad is ready to be shown

adLoadFailed → const YandexAdEvent

Failed to load Ad. Use arguments'errorCode' to get the error code from SDK]

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

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