TestAdSelectionManager
public
class
TestAdSelectionManager
extends Object
java.lang.Object | |
↳ | android.adservices.adselection.TestAdSelectionManager |
TestAdSelectionManager
可為應用程式和廣告 SDK 提供 API,用於測試廣告選擇程序。
這些 API 用於端對端測試。這些功能僅會在手機上啟用偵錯應用程式,且該手機必須搭載可偵錯的 OS 版本,並已啟用開發人員選項。
摘要
繼承方法 | |
---|---|
公用方法
overrideAdSelectionConfigRemoteInfo
public void overrideAdSelectionConfigRemoteInfo (AddAdSelectionOverrideRequest request, Executor executor, OutcomeReceiver<Object, Exception> receiver)
為特定 AdSelectionConfig
覆寫 AdSelection API,避免從遠端伺服器擷取資料,並改為使用 AddAdSelectionOverrideRequest
提供的資料。AddAdSelectionOverrideRequest
是由廣告 SDK 提供。
這個方法適用於端對端測試。這個 API 僅會在啟用開發人員選項的偵錯模式中啟用。
需要 AdServicesPermissions.ACCESS_ADSERVICES_CUSTOM_AUDIENCE
參數 | |
---|---|
request |
AddAdSelectionOverrideRequest :此值不能為 null 。 |
executor |
Executor :此值不能為 null 。回呼和事件監聽器會透過這個 Executor 分派,讓您輕鬆控制使用哪一個執行緒。如要透過應用程式的主要執行緒進行事件分派,可以使用 Context.getMainExecutor() 。否則,請提供 Executor ,將工作調度至適當的執行緒。 |
receiver |
OutcomeReceiver :此值不能為 null 。 |
擲回 | |
---|---|
IllegalStateException |
如果呼叫端未啟用此 API 接收器會在成功執行後傳回 |
overrideAdSelectionFromResultsConfigRemoteInfo
public void overrideAdSelectionFromOutcomesConfigRemoteInfo (AddAdSelectionFromOutcomesOverrideRequest request, Executor executor, OutcomeReceiver<Object, Exception> receiver)
覆寫 AdSelectionFromOutcomesConfig
的 AdSelection API,以免從遠端伺服器擷取資料,並改用 AddAdSelectionFromOutcomesOverrideRequest
中提供的資料。AddAdSelectionFromOutcomesOverrideRequest
是由廣告 SDK 提供。
這個方法用於端對端測試。這個 API 僅會在啟用開發人員選項的偵錯模式中啟用。
需要 AdServicesPermissions.ACCESS_ADSERVICES_CUSTOM_AUDIENCE
參數 | |
---|---|
request |
AddAdSelectionFromOutcomesOverrideRequest :此值不能為 null 。 |
executor |
Executor :此值不能為 null 。
回呼和事件監聽器會透過這個 Executor 分派,讓您輕鬆控制使用哪一個執行緒。如要透過應用程式的主要執行緒進行事件分派,可以使用 Context.getMainExecutor() 。否則,請提供 Executor ,將工作調派至適當的執行緒。 |
receiver |
OutcomeReceiver :此值不能為 null 。 |
擲回 | |
---|---|
IllegalStateException |
如果呼叫端未啟用此 API 接收器會在成功執行後傳回 |
removeAdSelectionConfigRemoteInfoOverride
public void removeAdSelectionConfigRemoteInfoOverride (RemoveAdSelectionOverrideRequest request, Executor executor, OutcomeReceiver<Object, Exception> receiver)
移除 Ad Selection API 中與 RemoveAdSelectionOverrideRequest
資料相關聯的 AdSelectionConfig
覆寫值。RemoveAdSelectionOverrideRequest
是由廣告 SDK 提供。
這個方法適用於端對端測試。這個 API 僅會在啟用開發人員選項的偵錯模式中啟用。
需要 AdServicesPermissions.ACCESS_ADSERVICES_CUSTOM_AUDIENCE
參數 | |
---|---|
request |
RemoveAdSelectionOverrideRequest :此值不能為 null 。 |
executor |
Executor :此值不能為 null 。回呼和事件監聽器會透過這個 Executor 分派,讓您輕鬆控制使用哪一個執行緒。如要透過應用程式的主要執行緒分派事件,可以使用 Context.getMainExecutor() 。否則,請提供會調度至適當執行緒的 Executor 。 |
receiver |
OutcomeReceiver :此值不能為 null 。 |
擲回 | |
---|---|
IllegalStateException |
如果呼叫端未啟用此 API 接收器會傳回 |
removeAdSelectionFromOutcomesConfigRemoteInfoOverride
public void removeAdSelectionFromOutcomesConfigRemoteInfoOverride (RemoveAdSelectionFromOutcomesOverrideRequest request, Executor executor, OutcomeReceiver<Object, Exception> receiver)
移除 Ad Selection API 中 AdSelectionFromOutcomesConfig
的覆寫值,並與 RemoveAdSelectionOverrideRequest
中的相關資料建立關聯。RemoveAdSelectionOverrideRequest
是由 Ads SDK 提供。
這個方法適用於端對端測試。這個 API 僅會在啟用開發人員選項的偵錯模式中啟用。
需要 AdServicesPermissions.ACCESS_ADSERVICES_CUSTOM_AUDIENCE
參數 | |
---|---|
request |
RemoveAdSelectionFromOutcomesOverrideRequest :此值不能為 null 。 |
executor |
Executor :此值不能為 null 。回呼和事件監聽器會透過這個 Executor 分派,讓您輕鬆控制使用哪一個執行緒。如要透過應用程式的主要執行緒進行事件分派,可以使用 Context.getMainExecutor() 。否則,請提供會調度至適當執行緒的 Executor 。 |
receiver |
OutcomeReceiver :此值不能為 null 。 |
擲回 | |
---|---|
IllegalStateException |
如果呼叫端未啟用此 API 接收器會傳回 |
resetAllAdSelectionConfigRemoteOverrides
public void resetAllAdSelectionConfigRemoteOverrides (Executor executor, OutcomeReceiver<Object, Exception> receiver)
移除 Ad Selection API 中 AdSelectionConfig
的所有覆寫資料。
這個方法適用於端對端測試。這個 API 僅會在啟用開發人員選項的偵錯模式中啟用。
需要 AdServicesPermissions.ACCESS_ADSERVICES_CUSTOM_AUDIENCE
參數 | |
---|---|
executor |
Executor :此值不能為 null 。回呼和事件監聽器會透過這個 Executor 分派,讓您輕鬆控制使用哪一個執行緒。如要透過應用程式的主要執行緒進行事件分派,可以使用 Context.getMainExecutor() 。否則,請提供 Executor ,將工作調派至適當的執行緒。 |
receiver |
OutcomeReceiver :此值不能為 null 。 |
擲回 | |
---|---|
IllegalStateException |
如果呼叫端未啟用此 API 接收器會在成功執行後傳回 |
ResetAllAdSelectionFromOutcomesConfigRemoteOverrides
public void resetAllAdSelectionFromOutcomesConfigRemoteOverrides (Executor executor, OutcomeReceiver<Object, Exception> receiver)
移除 Ad Selection API 中 AdSelectionFromOutcomesConfig
的所有覆寫資料。
這個方法用於端對端測試。這個 API 僅會在啟用開發人員選項的偵錯模式中啟用。
需要 AdServicesPermissions.ACCESS_ADSERVICES_CUSTOM_AUDIENCE
參數 | |
---|---|
executor |
Executor :此值不能為 null 。回呼和事件監聽器事件會透過此 Executor 分派,讓您輕鬆控制要使用的執行緒。如要透過應用程式的主要執行緒進行事件分派,可以使用 Context.getMainExecutor() 。否則,請提供 Executor ,將工作調度至適當的執行緒。 |
receiver |
OutcomeReceiver :此值不能為 null 。 |
擲回 | |
---|---|
IllegalStateException |
如果呼叫端未啟用此 API 接收器會傳回 |