IDownloadMediaMessageCallback.smali
.class public interface abstract Lio/rong/imlib/IDownloadMediaMessageCallback;
.super Ljava/lang/Object;
.source "IDownloadMediaMessageCallback.java"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lio/rong/imlib/IDownloadMediaMessageCallback$Stub;,
Lio/rong/imlib/IDownloadMediaMessageCallback$Default;
}
.end annotation
# virtual methods
.method public abstract onCanceled()V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract onComplete(Lio/rong/imlib/model/Message;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract onFailure(I)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract onProgress(I)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method