Files
rr3-apk/smali/android/support/customtabs/IPostMessageService.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

66 lines
1.7 KiB
Smali

.class public interface abstract Landroid/support/customtabs/IPostMessageService;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroid/support/customtabs/IPostMessageService$_Parcel;,
Landroid/support/customtabs/IPostMessageService$Stub;,
Landroid/support/customtabs/IPostMessageService$Default;
}
.end annotation
# static fields
.field public static final DESCRIPTOR:Ljava/lang/String;
# direct methods
.method static constructor <clinit>()V
.locals 3
const/16 v0, 0x24
const/16 v1, 0x2e
const-string v2, "android$support$customtabs$IPostMessageService"
.line 144
invoke-virtual {v2, v0, v1}, Ljava/lang/String;->replace(CC)Ljava/lang/String;
move-result-object v0
sput-object v0, Landroid/support/customtabs/IPostMessageService;->DESCRIPTOR:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public abstract onMessageChannelReady(Landroid/support/customtabs/ICustomTabsCallback;Landroid/os/Bundle;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract onPostMessage(Landroid/support/customtabs/ICustomTabsCallback;Ljava/lang/String;Landroid/os/Bundle;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method