Logo
Sign in

Welcome to Fyber

  1. Fyber
  2. Fyber Marketplace
  3. Publishers Entrance
  4. Android SDK Configuration
March 10, 2022 10:26
Follow

Releasing Ad Instance Resources

Introduction

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 ⇧

© Fyber