what-the-bank/sources/com/google/android/gms/measurement/api/AppMeasurementSdk.java

166 lines
5.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.measurement.api;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import com.google.android.gms.internal.measurement.zzee;
import com.google.android.gms.measurement.internal.zzgv;
import com.google.android.gms.measurement.internal.zzgw;
import java.util.List;
import java.util.Map;
/* loaded from: classes.dex */
public class AppMeasurementSdk {
private final zzee zza;
/* loaded from: classes2.dex */
public interface EventInterceptor extends zzgv {
@Override // com.google.android.gms.measurement.internal.zzgv
void interceptEvent(String str, String str2, Bundle bundle, long j);
}
/* loaded from: classes2.dex */
public interface OnEventListener extends zzgw {
@Override // com.google.android.gms.measurement.internal.zzgw
void onEvent(String str, String str2, Bundle bundle, long j);
}
public static AppMeasurementSdk getInstance(Context context) {
return zzee.zzg(context, null, null, null, null).zzd();
}
public void beginAdUnitExposure(String str) {
this.zza.zzu(str);
}
public void clearConditionalUserProperty(String str, String str2, Bundle bundle) {
this.zza.zzv(str, str2, bundle);
}
public void endAdUnitExposure(String str) {
this.zza.zzw(str);
}
public long generateEventId() {
return this.zza.zzb();
}
public String getAppInstanceId() {
return this.zza.zzl();
}
public List<Bundle> getConditionalUserProperties(String str, String str2) {
return this.zza.zzp(str, str2);
}
public String getCurrentScreenClass() {
return this.zza.zzm();
}
public String getCurrentScreenName() {
return this.zza.zzn();
}
public String getGmpAppId() {
return this.zza.zzo();
}
public int getMaxUserProperties(String str) {
return this.zza.zza(str);
}
public Map<String, Object> getUserProperties(String str, String str2, boolean z) {
return this.zza.zzq(str, str2, z);
}
public void logEvent(String str, String str2, Bundle bundle) {
this.zza.zzy(str, str2, bundle);
}
public void logEventNoInterceptor(String str, String str2, Bundle bundle, long j) {
this.zza.zzz(str, str2, bundle, j);
}
public void performAction(Bundle bundle) {
this.zza.zzc(bundle, false);
}
public Bundle performActionWithResponse(Bundle bundle) {
return this.zza.zzc(bundle, true);
}
public void registerOnMeasurementEventListener(OnEventListener onEventListener) {
this.zza.zzB(onEventListener);
}
public void setConditionalUserProperty(Bundle bundle) {
this.zza.zzD(bundle);
}
public void setConsent(Bundle bundle) {
this.zza.zzE(bundle);
}
public void setCurrentScreen(Activity activity, String str, String str2) {
this.zza.zzG(activity, str, str2);
}
public void setEventInterceptor(EventInterceptor eventInterceptor) {
this.zza.zzJ(eventInterceptor);
}
public void setMeasurementEnabled(Boolean bool) {
this.zza.zzK(bool);
}
public void setUserProperty(String str, String str2, Object obj) {
this.zza.zzN(str, str2, obj, true);
}
public void unregisterOnMeasurementEventListener(OnEventListener onEventListener) {
this.zza.zzO(onEventListener);
}
public final void zza(boolean z) {
this.zza.zzH(z);
}
public void setMeasurementEnabled(boolean z) {
this.zza.zzK(Boolean.valueOf(z));
}
public static AppMeasurementSdk getInstance(Context context, String str, String str2, String str3, Bundle bundle) {
return zzee.zzg(context, str, str2, str3, bundle).zzd();
}
/* loaded from: classes2.dex */
public static final class ConditionalUserProperty {
public static final String ACTIVE = "active";
public static final String CREATION_TIMESTAMP = "creation_timestamp";
public static final String EXPIRED_EVENT_NAME = "expired_event_name";
public static final String EXPIRED_EVENT_PARAMS = "expired_event_params";
public static final String NAME = "name";
public static final String ORIGIN = "origin";
public static final String TIMED_OUT_EVENT_NAME = "timed_out_event_name";
public static final String TIMED_OUT_EVENT_PARAMS = "timed_out_event_params";
public static final String TIME_TO_LIVE = "time_to_live";
public static final String TRIGGERED_EVENT_NAME = "triggered_event_name";
public static final String TRIGGERED_EVENT_PARAMS = "triggered_event_params";
public static final String TRIGGERED_TIMESTAMP = "triggered_timestamp";
public static final String TRIGGER_EVENT_NAME = "trigger_event_name";
public static final String TRIGGER_TIMEOUT = "trigger_timeout";
public static final String VALUE = "value";
private ConditionalUserProperty() {
}
}
public String getAppIdOrigin() {
return this.zza.zzj();
}
public AppMeasurementSdk(zzee zzeeVar) {
this.zza = zzeeVar;
}
}