UnityAdsShowError enum

The error category of show errors

Inheritance

Constructors

UnityAdsShowError()
const

Values

notInitialized → const UnityAdsShowError

Error related to SDK not initialized

notReady → const UnityAdsShowError

Error related to placement not being ready

videoPlayerError → const UnityAdsShowError

Error related to video player

invalidArgument → const UnityAdsShowError

Error related to invalid arguments

noConnection → const UnityAdsShowError

Error related to internet connection

alreadyShowing → const UnityAdsShowError

Error related to ad is already being shown

internalError → const UnityAdsShowError

Error related to environment or internal services

timeout → const UnityAdsShowError

Error related to an Ad being unable to show within a specified time frame

unknown → const UnityAdsShowError

Unknown error

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