Releasing Ad Instance Resources
if (adContainer != null) {
adContainer.removeAllViews();
adContainer = null;
}
if (mSpot != null) {
mSpot.destroy();
mSpot = null;
}adContainer?.removeAllViews()
adContainer = null
mSpot?.destroy()
mSpot = nullLast updated

