* Sets mediation service name
(mediationService: string)
| 53 | * Sets mediation service name |
| 54 | */ |
| 55 | setMediationService(mediationService: string) { |
| 56 | CTKAdSettingsManager.setMediationService(mediationService); |
| 57 | }, |
| 58 | /** |
| 59 | * Sets URL prefix |
| 60 | */ |
nothing calls this directly
no test coverage detected