Skip to content

Commit

Permalink
移除过期方法 #16
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesZero committed Jan 26, 2022
1 parent 9e14fd6 commit f3387ea
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,4 @@ public void onADLeftApplication() {
Log.i(TAG, "onADLeftApplication");
}

@Override
public void onADOpenOverlay() {
Log.i(TAG, "onADOpenOverlay");
// sendEvent(AdEventAction.onAdClicked);
}

@Override
public void onADCloseOverlay() {
Log.i(TAG, "onADCloseOverlay");
// sendEvent(AdEventAction.onAdClosed);
}


}

0 comments on commit f3387ea

Please sign in to comment.