| // Signature format: 4.0 |
| package androidx.ads.identifier.provider { |
| |
| @Deprecated public interface AdvertisingIdProvider { |
| method @Deprecated public String getId(); |
| method @Deprecated public boolean isLimitAdTrackingEnabled(); |
| } |
| |
| @Deprecated @com.google.auto.value.AutoValue @com.google.auto.value.AutoValue.CopyAnnotations public abstract class AdvertisingIdProviderInfo { |
| method @Deprecated public abstract String getPackageName(); |
| method @Deprecated public abstract android.content.Intent? getSettingsIntent(); |
| method @Deprecated public abstract boolean isHighestPriority(); |
| } |
| |
| @Deprecated public class AdvertisingIdProviderManager { |
| method @Deprecated public static java.util.List<androidx.ads.identifier.provider.AdvertisingIdProviderInfo!> getAdvertisingIdProviders(android.content.Context); |
| method @Deprecated public static void registerProviderCallable(java.util.concurrent.Callable<androidx.ads.identifier.provider.AdvertisingIdProvider!>); |
| } |
| |
| } |
| |