AdData.AdFilters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all AdFilters
associated with the ad.
public Android.AdServices.Common.AdFilters? AdFilters { [Android.Runtime.Register("getAdFilters", "()Landroid/adservices/common/AdFilters;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getAdFilters", "()Landroid/adservices/common/AdFilters;", "", ApiSince=35)>]
member this.AdFilters : Android.AdServices.Common.AdFilters
Property Value
- Attributes
Remarks
Gets all AdFilters
associated with the ad.
The filters, if met or exceeded, exclude the associated ad from participating in ad selection. They are optional and if null
specify that no filters apply to this ad.
Java documentation for android.adservices.common.AdData.getAdFilters()
.
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.