Sdílet prostřednictvím


AppSetId.ScopeApp 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 an app.

[Android.Runtime.Register("SCOPE_APP", 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 ScopeApp = 1;
[<Android.Runtime.Register("SCOPE_APP", 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 ScopeApp : Android.AdServices.AppSetIds.AppSetIdScope

Field Value

Value = 1
Attributes

Remarks

The appSetId is scoped to an app. All apps on a device will have a different appSetId.

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

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