Weather/smali/com/intowow/sdk/I2WAdEventDelegate.smali
2021-05-10 10:13:34 +02:00

30 lines
613 B
Smali

.class public interface abstract Lcom/intowow/sdk/I2WAdEventDelegate;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract getActivePageIndex()I
.end method
.method public abstract onCloseAd()V
.end method
.method public abstract onDisableViewPager()V
.end method
.method public abstract onEnableViewPager()V
.end method
.method public abstract onStartAd()V
.end method
.method public abstract onTouchDown()V
.end method
.method public abstract onTouchUp()V
.end method
.method public abstract setOnPageEventListener(ILcom/intowow/sdk/PageEventListener;)V
.end method