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

hashCode int
The hash code for this object.
no setteroverride
name String
Stable platform name sent to CloudX services (e.g. CLOUDX).
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.
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 as CloudXArbiterResult.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.