ShowError enum

Errors that can cause an ad not to show.

Inheritance

Constructors

ShowError()
const

Values

notLoaded → const ShowError

The ad is loaded, but not available to show. In this case, the Ad Unit will reset to unloaded in order to attempt to load again.

networkError → const ShowError

An issue occurred with the ad network attempting to show the ad. In this case, be sure to check for potential problems such as invalid ad network values, cache issues, or video player issues, pertaining to the ad network. Unity Mediation will supply the original message and error code from the problematic ad network.

invalidActivity → const ShowError

only for android

unknown → const ShowError

An unknown error occurred.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<ShowError>
A constant List of the values in this enum, in order of their declaration.