LeaveCustomAudienceRequest.Buyer 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 buyer's AdTechIdentifier
, as identified by a domain in the form
"buyerexample.
public Android.AdServices.Common.AdTechIdentifier Buyer { [Android.Runtime.Register("getBuyer", "()Landroid/adservices/common/AdTechIdentifier;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getBuyer", "()Landroid/adservices/common/AdTechIdentifier;", "", ApiSince=34)>]
member this.Buyer : Android.AdServices.Common.AdTechIdentifier
Property Value
an AdTechIdentifier
containing the custom audience's buyer's domain
- Attributes
Remarks
Gets the buyer's AdTechIdentifier
, as identified by a domain in the form "buyerexample.com".
Java documentation for android.adservices.customaudience.LeaveCustomAudienceRequest.getBuyer()
.
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.