package com.unity3d.services.core.di; import com.google.android.gms.ads.RequestConfiguration; import h9.b; import java.util.Map; import s8.g; /* loaded from: classes2.dex */ public interface IServicesRegistry { public static final class DefaultImpls { public static /* synthetic */ Object getService$default(IServicesRegistry iServicesRegistry, String str, b bVar, int i10, Object obj) { if (obj != null) { throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: getService"); } if ((i10 & 1) != 0) { str = RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED; } return iServicesRegistry.getService(str, bVar); } } T getService(String str, b bVar); Map getServices(); T resolveService(ServiceKey serviceKey); T resolveServiceOrNull(ServiceKey serviceKey); void updateService(ServiceKey serviceKey, g gVar); }