You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
44 lines
1.2 KiB
2 years ago
|
.class public interface abstract Landroid/support/customtabs/ICustomTabsService;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "ICustomTabsService.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Landroid/os/IInterface;
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/MemberClasses;
|
||
|
value = {
|
||
|
Landroid/support/customtabs/ICustomTabsService$Stub;
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract extraCommand(Ljava/lang/String;Landroid/os/Bundle;)Landroid/os/Bundle;
|
||
|
.end method
|
||
|
|
||
|
.method public abstract mayLaunchUrl(Landroid/support/customtabs/ICustomTabsCallback;Landroid/net/Uri;Landroid/os/Bundle;Ljava/util/List;)Z
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"(",
|
||
|
"Landroid/support/customtabs/ICustomTabsCallback;",
|
||
|
"Landroid/net/Uri;",
|
||
|
"Landroid/os/Bundle;",
|
||
|
"Ljava/util/List",
|
||
|
"<",
|
||
|
"Landroid/os/Bundle;",
|
||
|
">;)Z"
|
||
|
}
|
||
|
.end annotation
|
||
|
.end method
|
||
|
|
||
|
.method public abstract newSession(Landroid/support/customtabs/ICustomTabsCallback;)Z
|
||
|
.end method
|
||
|
|
||
|
.method public abstract updateVisuals(Landroid/support/customtabs/ICustomTabsCallback;Landroid/os/Bundle;)Z
|
||
|
.end method
|
||
|
|
||
|
.method public abstract warmup(J)Z
|
||
|
.end method
|