Exemplo n.º 1
0
 public String getResponseString() {
   return (mAdView != null) ? mAdView.getResponseString() : null;
 }
Exemplo n.º 2
0
 public String getResponseString() {
   if (mAdView == null) {
     return null;
   }
   return mAdView.getResponseString();
 }