DownloadHelper$Callback.smali
.class public interface abstract Lcom/google/android/exoplayer2/offline/DownloadHelper$Callback;
.super Ljava/lang/Object;
.source "DownloadHelper.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/exoplayer2/offline/DownloadHelper;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Callback"
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract onPrepareError(Lcom/google/android/exoplayer2/offline/DownloadHelper;Ljava/io/IOException;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/exoplayer2/offline/DownloadHelper<",
"*>;",
"Ljava/io/IOException;",
")V"
}
.end annotation
.end method
.method public abstract onPrepared(Lcom/google/android/exoplayer2/offline/DownloadHelper;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/exoplayer2/offline/DownloadHelper<",
"*>;)V"
}
.end annotation
.end method