Exemplo n.º 1
0
 public zzcm zzdw() {
   com.google.android.gms.ads.formats.NativeAd.Image image = zzzN.getIcon();
   if (image != null) {
     return new zzc(image.getDrawable(), image.getUri(), image.getScale());
   } else {
     return null;
   }
 }
Exemplo n.º 2
0
  public List getImages() {
    Object obj = zzzN.getImages();
    if (obj != null) {
      ArrayList arraylist = new ArrayList();
      com.google.android.gms.ads.formats.NativeAd.Image image;
      for (obj = ((List) (obj)).iterator();
          ((Iterator) (obj)).hasNext();
          arraylist.add(new zzc(image.getDrawable(), image.getUri(), image.getScale()))) {
        image = (com.google.android.gms.ads.formats.NativeAd.Image) ((Iterator) (obj)).next();
      }

      return arraylist;
    } else {
      return null;
    }
  }
Exemplo n.º 3
0
 public void zzd(zzd zzd1) {
   zzzN.trackView((View) zze.zzp(zzd1));
 }
Exemplo n.º 4
0
 public void zzc(zzd zzd1) {
   zzzN.handleClick((View) zze.zzp(zzd1));
 }
Exemplo n.º 5
0
 public void recordImpression() {
   zzzN.recordImpression();
 }
Exemplo n.º 6
0
 public String getStore() {
   return zzzN.getStore();
 }
Exemplo n.º 7
0
 public double getStarRating() {
   return zzzN.getStarRating();
 }
Exemplo n.º 8
0
 public String getPrice() {
   return zzzN.getPrice();
 }
Exemplo n.º 9
0
 public boolean getOverrideImpressionRecording() {
   return zzzN.getOverrideImpressionRecording();
 }
Exemplo n.º 10
0
 public boolean getOverrideClickHandling() {
   return zzzN.getOverrideClickHandling();
 }
Exemplo n.º 11
0
 public String getHeadline() {
   return zzzN.getHeadline();
 }
Exemplo n.º 12
0
 public Bundle getExtras() {
   return zzzN.getExtras();
 }
Exemplo n.º 13
0
 public String getCallToAction() {
   return zzzN.getCallToAction();
 }
Exemplo n.º 14
0
 public String getBody() {
   return zzzN.getBody();
 }