unregist method

void unregist(
  1. ADJgAd ad
)

Implementation

void unregist(ADJgAd ad) {
  adId = ad.adId;
  map.remove(adId);
}