Esempio n. 1
0
 /// <summary>
 /// The CAS SDK provides an easy way to verify that you’ve successfully integrated any additional adapters;
 /// it also makes sure all required dependencies and frameworks were added for the various mediated ad networks.
 /// <para>After you have finished your integration, call the following static method
 /// and confirm that all networks you have implemented are marked as <b>VERIFIED</b>.</para>
 ///
 /// <para>Find log information by tag: <b>CASIntegrationHelper</b></para>
 ///
 /// Once you’ve successfully verified your integration,
 /// please remember to remove the integration helper from your code.
 /// </summary>
 public static void ValidateIntegration()
 {
     CASFactory.ValidateIntegration();
 }