IPluginNativeAd.smali
.class public interface abstract Lcom/cm/plugincluster/weather/advert/IPluginNativeAd;
.super Ljava/lang/Object;
.source "IPluginNativeAd.java"
# virtual methods
.method public abstract getAdType()I
.end method
.method public abstract getBody()Ljava/lang/String;
.end method
.method public abstract getCallToAction()Ljava/lang/String;
.end method
.method public abstract getCoverImage()Landroid/graphics/Bitmap;
.end method
.method public abstract getCoverPath()Ljava/lang/String;
.end method
.method public abstract getCoverUrl()Ljava/lang/String;
.end method
.method public abstract getIcon()Landroid/graphics/Bitmap;
.end method
.method public abstract getIconPath()Ljava/lang/String;
.end method
.method public abstract getIconUrl()Ljava/lang/String;
.end method
.method public abstract getTitle()Ljava/lang/String;
.end method
.method public abstract isValidAd()Z
.end method
.method public abstract onPreShow(I)V
.end method
.method public abstract onShowed(I)V
.end method
.method public abstract registerViewForInteraction(Landroid/view/View;Ljava/lang/Runnable;)V
.end method
.method public abstract unRegisterView()V
.end method