Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzcgt.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

50 lines
1.4 KiB
Java

package com.google.android.gms.internal.ads;
import android.os.Bundle;
import android.os.IInterface;
import android.os.RemoteException;
import com.google.android.gms.dynamic.IObjectWrapper;
import java.util.List;
import java.util.Map;
/* loaded from: classes3.dex */
public interface zzcgt extends IInterface {
int zzb(String str) throws RemoteException;
long zzc() throws RemoteException;
Bundle zzd(Bundle bundle) throws RemoteException;
String zze() throws RemoteException;
String zzf() throws RemoteException;
String zzg() throws RemoteException;
String zzh() throws RemoteException;
String zzi() throws RemoteException;
List zzj(String str, String str2) throws RemoteException;
Map zzk(String str, String str2, boolean z) throws RemoteException;
void zzl(String str) throws RemoteException;
void zzm(String str, String str2, Bundle bundle) throws RemoteException;
void zzn(String str) throws RemoteException;
void zzo(String str, String str2, Bundle bundle) throws RemoteException;
void zzp(Bundle bundle) throws RemoteException;
void zzq(Bundle bundle) throws RemoteException;
void zzr(Bundle bundle) throws RemoteException;
void zzs(IObjectWrapper iObjectWrapper, String str, String str2) throws RemoteException;
void zzt(String str, String str2, IObjectWrapper iObjectWrapper) throws RemoteException;
}