Compartilhar via


AdSelectionManager.Get(Context) Method

Definition

Factory method for creating an instance of AdSelectionManager.

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

Parameters

context
Context

The Context to use

Returns

A AdSelectionManager instance

Attributes

Remarks

Factory method for creating an instance of AdSelectionManager.

Java documentation for android.adservices.adselection.AdSelectionManager.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