AdSelectionOutcome.ComponentAdUris 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.
Returns the ad component renderUris that are returned by this auction.
public virtual System.Collections.Generic.IList<Android.Net.Uri> ComponentAdUris { [Android.Runtime.Register("getComponentAdUris", "()Ljava/util/List;", "GetGetComponentAdUrisHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getComponentAdUris", "()Ljava/util/List;", "GetGetComponentAdUrisHandler", ApiSince=36)>]
member this.ComponentAdUris : System.Collections.Generic.IList<Android.Net.Uri>
Property Value
- Attributes
Remarks
Returns the ad component renderUris that are returned by this auction.
These URIs represent individual components of a multi-part ad creative. Seller ad tech SDKs are expected to fetch and render these components in their ad display logic.
This approach allows for flexible and dynamic ad creatives where different parts of the ad can be loaded and rendered independently.
Java documentation for android.adservices.adselection.AdSelectionOutcome.getComponentAdUris()
.
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.