discord-jadx/app/src/main/java/com/discord/stores/StoreApplicationInteraction...

30 lines
1.4 KiB
Java

package com.discord.stores;
import com.discord.models.commands.ApplicationCommandLocalSendData;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreApplicationInteractions.kt */
public final class StoreApplicationInteractions$sendApplicationCommand$1 extends o implements Function0<Unit> {
public final /* synthetic */ ApplicationCommandLocalSendData $localSendData;
public final /* synthetic */ Function1 $onFail;
public final /* synthetic */ Function0 $onSuccess;
public final /* synthetic */ StoreApplicationInteractions this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreApplicationInteractions$sendApplicationCommand$1(StoreApplicationInteractions storeApplicationInteractions, ApplicationCommandLocalSendData applicationCommandLocalSendData, Function0 function0, Function1 function1) {
super(0);
this.this$0 = storeApplicationInteractions;
this.$localSendData = applicationCommandLocalSendData;
this.$onSuccess = function0;
this.$onFail = function1;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreApplicationInteractions.access$handleSendApplicationCommandRequest(this.this$0, this.$localSendData, this.$onSuccess, this.$onFail);
}
}