AppSetIdManager.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 AppSetIdManager.
[Android.Runtime.Register("get", "(Landroid/content/Context;)Landroid/adservices/appsetid/AppSetIdManager;", "", ApiSince=34)]
public static Android.AdServices.AppSetIds.AppSetIdManager Get (Android.Content.Context context);
[<Android.Runtime.Register("get", "(Landroid/content/Context;)Landroid/adservices/appsetid/AppSetIdManager;", "", ApiSince=34)>]
static member Get : Android.Content.Context -> Android.AdServices.AppSetIds.AppSetIdManager
Parameters
- context
- Context
The Context
to use
Returns
A AppSetIdManager
instance
- Attributes
Remarks
Factory method for creating an instance of AppSetIdManager.
Java documentation for android.adservices.appsetid.AppSetIdManager.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.