isTestDevice
Check if the current device is registered as a test device to show test ads.
AdManager.isTestDevice().then((result) => console.log(result));
return: Promise<boolean>
Check if the current device is registered as a test device to show test ads.
AdManager.isTestDevice().then((result) => console.log(result));
return: Promise<boolean>