Files
rr3-apk/smali_classes2/com/google/android/gms/games/PlayersClient.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

272 lines
8.1 KiB
Smali

.class public interface abstract Lcom/google/android/gms/games/PlayersClient;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final EXTRA_PLAYER_SEARCH_RESULTS:Ljava/lang/String; = "player_search_results"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# virtual methods
.method public abstract getCompareProfileIntent(Lcom/google/android/gms/games/Player;)Lcom/google/android/gms/tasks/Task;
.param p1 # Lcom/google/android/gms/games/Player;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/games/Player;",
")",
"Lcom/google/android/gms/tasks/Task<",
"Landroid/content/Intent;",
">;"
}
.end annotation
.end method
.method public abstract getCompareProfileIntent(Ljava/lang/String;)Lcom/google/android/gms/tasks/Task;
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lcom/google/android/gms/tasks/Task<",
"Landroid/content/Intent;",
">;"
}
.end annotation
.end method
.method public abstract getCompareProfileIntentWithAlternativeNameHints(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/google/android/gms/tasks/Task;
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lcom/google/android/gms/tasks/Task<",
"Landroid/content/Intent;",
">;"
}
.end annotation
.end method
.method public abstract getCurrentPlayer()Lcom/google/android/gms/tasks/Task;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/games/Player;",
">;"
}
.end annotation
.end method
.method public abstract getCurrentPlayer(Z)Lcom/google/android/gms/tasks/Task;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(Z)",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/games/AnnotatedData<",
"Lcom/google/android/gms/games/Player;",
">;>;"
}
.end annotation
.end method
.method public abstract getCurrentPlayerId()Lcom/google/android/gms/tasks/Task;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/android/gms/tasks/Task<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end method
.method public abstract getPlayerSearchIntent()Lcom/google/android/gms/tasks/Task;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/android/gms/tasks/Task<",
"Landroid/content/Intent;",
">;"
}
.end annotation
.end method
.method public abstract loadFriends(IZ)Lcom/google/android/gms/tasks/Task;
.param p1 # I
.annotation build Landroidx/annotation/IntRange;
from = 0x1L
to = 0xc8L
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(IZ)",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/games/AnnotatedData<",
"Lcom/google/android/gms/games/PlayerBuffer;",
">;>;"
}
.end annotation
.end method
.method public abstract loadMoreFriends(I)Lcom/google/android/gms/tasks/Task;
.param p1 # I
.annotation build Landroidx/annotation/IntRange;
from = 0x1L
to = 0xc8L
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/games/AnnotatedData<",
"Lcom/google/android/gms/games/PlayerBuffer;",
">;>;"
}
.end annotation
.end method
.method public abstract loadMoreRecentlyPlayedWithPlayers(I)Lcom/google/android/gms/tasks/Task;
.param p1 # I
.annotation build Landroidx/annotation/IntRange;
from = 0x1L
to = 0x19L
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/games/AnnotatedData<",
"Lcom/google/android/gms/games/PlayerBuffer;",
">;>;"
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract loadPlayer(Ljava/lang/String;)Lcom/google/android/gms/tasks/Task;
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/games/AnnotatedData<",
"Lcom/google/android/gms/games/Player;",
">;>;"
}
.end annotation
.end method
.method public abstract loadPlayer(Ljava/lang/String;Z)Lcom/google/android/gms/tasks/Task;
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Z)",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/games/AnnotatedData<",
"Lcom/google/android/gms/games/Player;",
">;>;"
}
.end annotation
.end method
.method public abstract loadRecentlyPlayedWithPlayers(IZ)Lcom/google/android/gms/tasks/Task;
.param p1 # I
.annotation build Landroidx/annotation/IntRange;
from = 0x1L
to = 0x19L
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(IZ)",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/games/AnnotatedData<",
"Lcom/google/android/gms/games/PlayerBuffer;",
">;>;"
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method