tmap/smali/android/support/v4/os/IResultReceiver.smali
2022-06-10 21:38:30 +09:00

26 lines
618 B
Smali

.class public interface abstract Landroid/support/v4/os/IResultReceiver;
.super Ljava/lang/Object;
.source "IResultReceiver.java"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroid/support/v4/os/IResultReceiver$Stub;,
Landroid/support/v4/os/IResultReceiver$Default;
}
.end annotation
# virtual methods
.method public abstract send(ILandroid/os/Bundle;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method