Udostępnij za pośrednictwem


TestAdSelectionManager.ResetAllAdSelectionFromOutcomesConfigRemoteOverrides Method

Definition

Removes all override data for AdSelectionFromOutcomesConfig in the Ad Selection API.

[Android.Runtime.Register("resetAllAdSelectionFromOutcomesConfigRemoteOverrides", "(Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "GetResetAllAdSelectionFromOutcomesConfigRemoteOverrides_Ljava_util_concurrent_Executor_Landroid_os_OutcomeReceiver_Handler", ApiSince=35)]
public virtual void ResetAllAdSelectionFromOutcomesConfigRemoteOverrides (Java.Util.Concurrent.IExecutor executor, Android.OS.IOutcomeReceiver receiver);
[<Android.Runtime.Register("resetAllAdSelectionFromOutcomesConfigRemoteOverrides", "(Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "GetResetAllAdSelectionFromOutcomesConfigRemoteOverrides_Ljava_util_concurrent_Executor_Landroid_os_OutcomeReceiver_Handler", ApiSince=35)>]
abstract member ResetAllAdSelectionFromOutcomesConfigRemoteOverrides : Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit
override this.ResetAllAdSelectionFromOutcomesConfigRemoteOverrides : Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit

Parameters

executor
IExecutor
receiver
IOutcomeReceiver
Attributes

Remarks

Removes all override data for AdSelectionFromOutcomesConfig in the Ad Selection API.

This method is intended to be used for end-to-end testing. This API is enabled only for apps in debug mode with developer options enabled.

Java documentation for android.adservices.adselection.TestAdSelectionManager.resetAllAdSelectionFromOutcomesConfigRemoteOverrides(java.util.concurrent.Executor, android.os.OutcomeReceiver<java.lang.Object, java.lang.Exception>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to