tmap/smali_classes2/com/google/android/gms/common/internal/TelemetryLoggingClient.smali
2022-06-10 21:38:30 +09:00

46 lines
1.4 KiB
Smali

.class public interface abstract Lcom/google/android/gms/common/internal/TelemetryLoggingClient;
.super Ljava/lang/Object;
.source "com.google.android.gms:play-services-base@@18.0.1"
# interfaces
.implements Lcom/google/android/gms/common/api/HasApiKey;
# annotations
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/android/gms/common/api/HasApiKey<",
"Lcom/google/android/gms/common/internal/TelemetryLoggingOptions;",
">;"
}
.end annotation
# virtual methods
.method public abstract log(Lcom/google/android/gms/common/internal/TelemetryData;)Lcom/google/android/gms/tasks/Task;
.param p1 # Lcom/google/android/gms/common/internal/TelemetryData;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/common/internal/TelemetryData;",
")",
"Lcom/google/android/gms/tasks/Task<",
"Ljava/lang/Void;",
">;"
}
.end annotation
.end method