Sdílet prostřednictvím


AppSetId.ScopeDeveloper Field

Definition

Caution

This constant will be removed in the future version. Use Android.AdServices.AppSetIds.AppSetIdScope enum directly instead of this field.

The appSetId is scoped to a developer account on an app store.

[Android.Runtime.Register("SCOPE_DEVELOPER", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.AdServices.AppSetIds.AppSetIdScope enum directly instead of this field.", true)]
public const Android.AdServices.AppSetIds.AppSetIdScope ScopeDeveloper = 2;
[<Android.Runtime.Register("SCOPE_DEVELOPER", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.AdServices.AppSetIds.AppSetIdScope enum directly instead of this field.", true)>]
val mutable ScopeDeveloper : Android.AdServices.AppSetIds.AppSetIdScope

Field Value

Value = 2
Attributes

Remarks

The appSetId is scoped to a developer account on an app store. All apps from the same developer on a device will have the same developer scoped appSetId.

Java documentation for android.adservices.appsetid.AppSetId.SCOPE_DEVELOPER.

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