setMRecListener static method

void setMRecListener(
  1. AdViewAdListener listener
)

Sets an AdViewAdListener listener with which you can receive notifications about ad events.

Implementation

static void setMRecListener(AdViewAdListener listener) {
  _mrecAdListener = listener;
}