discord-jadx/app/src/main/java/com/discord/stores/StoreExperiments$getGuildEx...

30 lines
1.2 KiB
Java

package com.discord.stores;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreExperiments.kt */
public final class StoreExperiments$getGuildExperiment$experiment$1 extends o implements Function0<Unit> {
public final /* synthetic */ int $bucket;
public final /* synthetic */ String $experimentName;
public final /* synthetic */ long $guildId;
public final /* synthetic */ int $revision;
public final /* synthetic */ StoreExperiments this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreExperiments$getGuildExperiment$experiment$1(StoreExperiments storeExperiments, String str, long j, int i, int i2) {
super(0);
this.this$0 = storeExperiments;
this.$experimentName = str;
this.$guildId = j;
this.$bucket = i;
this.$revision = i2;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreExperiments.access$trackExposureToGuildExperiment(this.this$0, this.$experimentName, this.$guildId, this.$bucket, this.$revision);
}
}