package com.unity3d.services; import c9.a; import com.unity3d.services.core.di.IServiceComponent; import com.unity3d.services.core.domain.task.InitializeSDK; import d9.k; import d9.r; /* loaded from: classes2.dex */ public final class UnityAdsSDK$$special$$inlined$inject$2 extends k implements a { final /* synthetic */ String $named; final /* synthetic */ IServiceComponent $this_inject; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public UnityAdsSDK$$special$$inlined$inject$2(IServiceComponent iServiceComponent, String str) { super(0); this.$this_inject = iServiceComponent; this.$named = str; } /* JADX WARN: Type inference failed for: r0v3, types: [com.unity3d.services.core.domain.task.InitializeSDK, java.lang.Object] */ @Override // c9.a public final InitializeSDK invoke() { IServiceComponent iServiceComponent = this.$this_inject; return iServiceComponent.getServiceProvider().getRegistry().getService(this.$named, r.a(InitializeSDK.class)); } }