ISendMessageCallback.smali
.class public interface abstract Lio/rong/imlib/ISendMessageCallback;
.super Ljava/lang/Object;
.source "ISendMessageCallback.java"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lio/rong/imlib/ISendMessageCallback$Stub;,
Lio/rong/imlib/ISendMessageCallback$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 onError(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