* Registers given device with `deviceHash` to receive test Facebook ads.
(deviceHash: string)
| 29 | * Registers given device with `deviceHash` to receive test Facebook ads. |
| 30 | */ |
| 31 | addTestDevice(deviceHash: string) { |
| 32 | CTKAdSettingsManager.addTestDevice(deviceHash); |
| 33 | }, |
| 34 | /** |
| 35 | * Clears previously set test devices |
| 36 | */ |
nothing calls this directly
no test coverage detected