CloudXArbiterPlatform class
Platform participating in a Trusted Arbiter auction.
Intentionally not an enum so future platforms can be added without making
the public API a closed set; it mirrors the native CloudXArbiterPlatform
/ CLXArbiterPlatform types.
Properties
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.
override
Constants
- adMob → const CloudXArbiterPlatform
- Google AdMob mediation.
- cloudX → const CloudXArbiterPlatform
- CloudX mediation.
- custom → const CloudXArbiterPlatform
-
A mediation platform without a dedicated bid factory; see
CloudXArbiterBid.custom. The mediator name travels on the bid and comes back asCloudXArbiterResult.platformName. - gam → const CloudXArbiterPlatform
- Google Ad Manager. Serves separately from AdMob and may bid in the same arbitration.
- levelPlay → const CloudXArbiterPlatform
- Unity LevelPlay mediation.
- none → const CloudXArbiterPlatform
- No platform was selected by the arbiter.
- pubMatic → const CloudXArbiterPlatform
- PubMatic OpenWrap direct integration.