- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
31 lines
856 B
Java
31 lines
856 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.RemoteException;
|
|
import androidx.annotation.Nullable;
|
|
import com.google.android.gms.ads.rewarded.RewardItem;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbxg extends zzbwl {
|
|
private final String zza;
|
|
private final int zzb;
|
|
|
|
public zzbxg(@Nullable RewardItem rewardItem) {
|
|
this(rewardItem != null ? rewardItem.getType() : "", rewardItem != null ? rewardItem.getAmount() : 1);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbwm
|
|
public final int zze() throws RemoteException {
|
|
return this.zzb;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbwm
|
|
public final String zzf() throws RemoteException {
|
|
return this.zza;
|
|
}
|
|
|
|
public zzbxg(String str, int i) {
|
|
this.zza = str;
|
|
this.zzb = i;
|
|
}
|
|
}
|