-
public class CloudXArbiterPlatform.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final CloudXArbiterPlatformCLOUDXprivate final CloudXArbiterPlatformLEVELPLAYprivate final CloudXArbiterPlatformPUBMATICprivate final CloudXArbiterPlatformCUSTOMprivate final CloudXArbiterPlatformNONEpublic final static CloudXArbiterPlatform.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final CloudXArbiterPlatformgetCLOUDX()CloudX mediation. final CloudXArbiterPlatformgetLEVELPLAY()Unity LevelPlay mediation. final CloudXArbiterPlatformgetPUBMATIC()PubMatic OpenWrap direct integration. final CloudXArbiterPlatformgetCUSTOM()A mediation platform not modeled by a dedicated factory. final CloudXArbiterPlatformgetNONE()No platform was selected by the arbiter. -
-
Method Detail
-
getCLOUDX
final CloudXArbiterPlatform getCLOUDX()
CloudX mediation.
-
getLEVELPLAY
final CloudXArbiterPlatform getLEVELPLAY()
Unity LevelPlay mediation.
-
getPUBMATIC
final CloudXArbiterPlatform getPUBMATIC()
PubMatic OpenWrap direct integration.
-
getCUSTOM
final CloudXArbiterPlatform getCUSTOM()
A mediation platform not modeled by a dedicated factory. Used by CloudXArbiterBid.custom; the specific mediator name is carried separately as a string on the bid.
-
getNONE
final CloudXArbiterPlatform getNONE()
No platform was selected by the arbiter.
-
-
-
-