* Sets URL prefix
(urlPrefix: string)
| 59 | * Sets URL prefix |
| 60 | */ |
| 61 | setUrlPrefix(urlPrefix: string) { |
| 62 | CTKAdSettingsManager.setUrlPrefix(urlPrefix); |
| 63 | }, |
| 64 | |
| 65 | /** |
| 66 | * Requests permission to track the user. |
nothing calls this directly
no test coverage detected