Checking SDK integration


For checking whether the SDK integration went successfully in your app, you can use the following function:



  EasyAds.check_sdk_integration(); 
          


When this function returns true, it means that the SDK is integrated successfully.



Checking SDK version


For retrieving the version of ReconEasyAds that is integrated in your app, you can use the following function:



  EasyAds.check_sdk_version(); 
          


The function retrieves an integer reflecting the version of the SDK integrated in your app.



Retrieving SDK installation identifier


For retrieving the value of ReconEasyAds's installation identifier, you can use the following function:



  EasyAds.get_installation_id(); 
          


The function retrieves the SDK's installation identifier as a String value which you can use in the rest of your app code as needed.



Logging a summary of privacy configurations


To show a summary of the values of ReconEasyAds's three privacy configurations, you can call this function:



  EasyAds.logPrivacyConfigurations(); 
          


Once you call it, you'll see messages in logcat showing the values of ReconEasyAds's COPPA, GDPR and CCPA configurations.