AdFilters.AppInstallFilters 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 the AppInstallFilters
instance that represents all app install filters for the
ad.
public Android.AdServices.Common.AppInstallFilters? AppInstallFilters { [Android.Runtime.Register("getAppInstallFilters", "()Landroid/adservices/common/AppInstallFilters;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getAppInstallFilters", "()Landroid/adservices/common/AppInstallFilters;", "", ApiSince=35)>]
member this.AppInstallFilters : Android.AdServices.Common.AppInstallFilters
Property Value
- Attributes
Remarks
Gets the AppInstallFilters
instance that represents all app install filters for the ad.
If null
, there are no app install filters which apply to the ad.
Java documentation for android.adservices.common.AdFilters.getAppInstallFilters()
.
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.