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

46 lines
1.3 KiB
Smali

.class public interface abstract Lcom/google/android/gms/common/internal/BaseGmsClient$BaseConnectionCallbacks;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/common/internal/BaseGmsClient;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "BaseConnectionCallbacks"
.end annotation
# static fields
.field public static final CAUSE_DEAD_OBJECT_EXCEPTION:I = 0x3
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
.end field
.field public static final CAUSE_SERVICE_DISCONNECTED:I = 0x1
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
.end field
# virtual methods
.method public abstract onConnected(Landroid/os/Bundle;)V
.param p1 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
.end method
.method public abstract onConnectionSuspended(I)V
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
.end method