RemoveAdSelectionOverrideRequest

open class RemoveAdSelectionOverrideRequest
kotlin.Any
   ↳ android.adservices.adselection.RemoveAdSelectionOverrideRequest

This POJO represents the TestAdSelectionManager#removeAdSelectionConfigRemoteInfoOverride( request

It contains one field, a AdSelectionConfig which serves as the identifier of the override to be removed

Summary

Public constructors

Builds a RemoveAdSelectionOverrideRequest instance.

Public methods
open AdSelectionConfig

Public constructors

RemoveAdSelectionOverrideRequest

RemoveAdSelectionOverrideRequest(adSelectionConfig: AdSelectionConfig)

Builds a RemoveAdSelectionOverrideRequest instance.

Parameters
adSelectionConfig AdSelectionConfig: This value cannot be null.

Public methods

getAdSelectionConfig

open fun getAdSelectionConfig(): AdSelectionConfig
Return
AdSelectionConfig AdSelectionConfig, the configuration of the ad selection process. This value cannot be null.