After an ad has been shown, DT recommends releasing the resources which were required to display it. The following method is an example of how you can release the resources.
if (mSpot != null) { mSpot.destroy(); mSpot = null; }
Last updated 2 months ago