-
public class CloudXArbiterPlatform.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final CloudXArbiterPlatformCLOUDXprivate final CloudXArbiterPlatformLEVELPLAYprivate final CloudXArbiterPlatformPUBMATICprivate 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 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.
-
getNONE
final CloudXArbiterPlatform getNONE()
No platform was selected by the arbiter.
-
-
-
-