CustomAudienceManager.Get(Context) Method

Definition

Factory method for creating an instance of CustomAudienceManager.

[Android.Runtime.Register("get", "(Landroid/content/Context;)Landroid/adservices/customaudience/CustomAudienceManager;", "", ApiSince=34)]
public static Android.AdServices.CustomAudiences.CustomAudienceManager Get (Android.Content.Context context);
[<Android.Runtime.Register("get", "(Landroid/content/Context;)Landroid/adservices/customaudience/CustomAudienceManager;", "", ApiSince=34)>]
static member Get : Android.Content.Context -> Android.AdServices.CustomAudiences.CustomAudienceManager

Parameters

context
Context

The Context to use

Returns

A CustomAudienceManager instance

Attributes

Remarks

Factory method for creating an instance of CustomAudienceManager.

Java documentation for android.adservices.customaudience.CustomAudienceManager.get(android.content.Context).

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.

Applies to