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

35 lines
905 B
Smali

.class public interface abstract Lcom/google/android/gms/ads/rewarded/RewardItem;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final DEFAULT_REWARD:Lcom/google/android/gms/ads/rewarded/RewardItem;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.locals 1
new-instance v0, Lcom/google/android/gms/ads/rewarded/zza;
invoke-direct {v0}, Lcom/google/android/gms/ads/rewarded/zza;-><init>()V
sput-object v0, Lcom/google/android/gms/ads/rewarded/RewardItem;->DEFAULT_REWARD:Lcom/google/android/gms/ads/rewarded/RewardItem;
return-void
.end method
# virtual methods
.method public abstract getAmount()I
.end method
.method public abstract getType()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method