AdSelectionManager.Get(Context) Method
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.
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.
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.