Logo
Sign in

How can we help you?

  1. Digital Turbine
  2. DT Exchange
  3. Publishers Entrance
  4. SDK Configuration
  5. Android SDK Configuration
July 24, 2022 06:47
Follow

Releasing Ad Instance Resources

After an ad has been shown, it is recommended to release the resources which were required to display it.

To perform such an operation, performing the following:

Releasing Your Placement (previously known as Ad Spot)

if (mSpot != null) {
   mSpot.destroy();
   mSpot = null;
}

Back to Top ⇧

© Digital Turbine