Enabling SDK test mode
To enable the SDK's test mode, you can use pass true
to the following function:
EasyAds.enable_test_mode(true);
To disable the test mode, you can pass false
to the same function.
To enable the SDK's test mode, you can use pass true
to the following function:
EasyAds.enable_test_mode(true);
To disable the test mode, you can pass false
to the same function.
To check whether ReconEasyAds is enabled, you can use the following function:
EasyAds.is_test_mode_enabled();
The function returns a boolean value indicating whether the SDK's test mode is enabled.