CloudXArbiterResult class
Outcome of one CloudX.arbiter call.
Properties
- bidId → String?
-
Identifier of the selected bid, or
nullwhen platform isnone.final -
extras
→ Map<
String, String> -
Arbiter-provided metadata for the selected bid.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
SDK-generated identifier of this arbiter request.
final
- platform → CloudXArbiterPlatform
-
Platform selected by the arbiter; CloudXArbiterPlatform.none when no
candidate won. Treat
noneas "nothing to show", not as an error.final - platformName → String
-
Concrete platform name. Mirrors platform for built-in bid types and
carries the mediator name for a winning
CloudXArbiterBid.custombid.final - 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited