MCPcopy Index your code
hub / github.com/callstack/react-native-fbads / addTestDevice

Function addTestDevice

src/AdSettings.ts:31–33  ·  view source on GitHub ↗

* Registers given device with `deviceHash` to receive test Facebook ads.

(deviceHash: string)

Source from the content-addressed store, hash-verified

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 */

Callers

nothing calls this directly

Calls 1

addTestDeviceMethod · 0.80

Tested by

no test coverage detected