AdapterStatus class
An immutable snapshot of a mediation adapter's initialization status.
Constructors
- AdapterStatus(AdapterInitializationState state, String description, double latency)
- Default constructor to create an AdapterStatus.
Properties
- description → String
-
Detailed description of the status.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- latency → double
-
The adapter's initialization latency in seconds.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → AdapterInitializationState
-
The adapter's initialization state.
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