blob: 19e5667185fca725734b41f1616e77a46d1e52b2 [file] [log] [blame]
// 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!>);
}
}