ISendMediaMessageCallback.smali

.class public interface abstract Lio/rong/imlib/ISendMediaMessageCallback;
.super Ljava/lang/Object;
.source "ISendMediaMessageCallback.java"

# interfaces
.implements Landroid/os/IInterface;


# annotations
.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lio/rong/imlib/ISendMediaMessageCallback$Stub;,
        Lio/rong/imlib/ISendMediaMessageCallback$Default;
    }
.end annotation


# virtual methods
.method public abstract onAttached(Lio/rong/imlib/model/Message;)V
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Landroid/os/RemoteException;
        }
    .end annotation
.end method

.method public abstract onCanceled(Lio/rong/imlib/model/Message;)V
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Landroid/os/RemoteException;
        }
    .end annotation
.end method

.method public abstract onError(Lio/rong/imlib/model/Message;I)V
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Landroid/os/RemoteException;
        }
    .end annotation
.end method

.method public abstract onProgress(Lio/rong/imlib/model/Message;I)V
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Landroid/os/RemoteException;
        }
    .end annotation
.end method

.method public abstract onSuccess(Lio/rong/imlib/model/Message;)V
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Landroid/os/RemoteException;
        }
    .end annotation
.end method