HtmlInterstitialWebViewFactory.smali
.class public Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field protected static instance:Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;
# direct methods
.method static constructor <clinit>()V
.registers 1
.line 15
new-instance v0, Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;
invoke-direct {v0}, Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;-><init>()V
sput-object v0, Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;->instance:Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;
return-void
.end method
.method public constructor <init>()V
.registers 1
.line 14
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static create(Landroid/content/Context;Lcom/mopub/common/AdReport;Lcom/mopub/mobileads/CustomEventInterstitial$CustomEventInterstitialListener;Ljava/lang/String;)Lcom/mopub/mobileads/HtmlInterstitialWebView;
.registers 5
.line 22
sget-object v0, Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;->instance:Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;
invoke-virtual {v0, p0, p1, p2, p3}, Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;->internalCreate(Landroid/content/Context;Lcom/mopub/common/AdReport;Lcom/mopub/mobileads/CustomEventInterstitial$CustomEventInterstitialListener;Ljava/lang/String;)Lcom/mopub/mobileads/HtmlInterstitialWebView;
move-result-object p0
return-object p0
.end method
.method public static setInstance(Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;)V
.registers 1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 37
sput-object p0, Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;->instance:Lcom/mopub/mobileads/factories/HtmlInterstitialWebViewFactory;
return-void
.end method
# virtual methods
.method public internalCreate(Landroid/content/Context;Lcom/mopub/common/AdReport;Lcom/mopub/mobileads/CustomEventInterstitial$CustomEventInterstitialListener;Ljava/lang/String;)Lcom/mopub/mobileads/HtmlInterstitialWebView;
.registers 6
.line 30
new-instance v0, Lcom/mopub/mobileads/HtmlInterstitialWebView;
invoke-direct {v0, p1, p2}, Lcom/mopub/mobileads/HtmlInterstitialWebView;-><init>(Landroid/content/Context;Lcom/mopub/common/AdReport;)V
.line 31
invoke-virtual {p2}, Lcom/mopub/common/AdReport;->getDspCreativeId()Ljava/lang/String;
move-result-object p1
invoke-virtual {v0, p3, p4, p1}, Lcom/mopub/mobileads/HtmlInterstitialWebView;->init(Lcom/mopub/mobileads/CustomEventInterstitial$CustomEventInterstitialListener;Ljava/lang/String;Ljava/lang/String;)V
return-object v0
.end method