discord-jadx/app/src/main/java/com/discord/stores/StoreGatewayConnection$buil...

18 lines
835 B
Java

package com.discord.stores;
import com.discord.gateway.GatewaySocket;
import d0.z.d.k;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreGatewayConnection.kt */
public final /* synthetic */ class StoreGatewayConnection$buildGatewaySocket$1 extends k implements Function0<GatewaySocket.IdentifyData> {
public StoreGatewayConnection$buildGatewaySocket$1(StoreGatewayConnection storeGatewayConnection) {
super(0, storeGatewayConnection, StoreGatewayConnection.class, "getIdentifyData", "getIdentifyData()Lcom/discord/gateway/GatewaySocket$IdentifyData;", 0);
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final GatewaySocket.IdentifyData mo1invoke() {
return StoreGatewayConnection.access$getIdentifyData((StoreGatewayConnection) this.receiver);
}
}