package com.discord.stores; import com.discord.utilities.analytics.AnalyticsTracker; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreAnalytics.kt */ public final class StoreAnalytics$onGuildSettingsPaneViewed$1 extends o implements Function0 { public final /* synthetic */ long $guildId; public final /* synthetic */ String $pane; public final /* synthetic */ StoreAnalytics this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreAnalytics$onGuildSettingsPaneViewed$1(StoreAnalytics storeAnalytics, long j, String str) { super(0); this.this$0 = storeAnalytics; this.$guildId = j; this.$pane = str; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { AnalyticsTracker.INSTANCE.settingsPaneViewed("guild", this.$pane, StoreAnalytics.access$getGuildAnalyticsPropertiesInternal(this.this$0, this.$guildId)); } }