AppSetId.ScopeDeveloper フィールド

定義

注意事項

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

appSetId のスコープは、アプリ ストアの開発者アカウントです。

[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

フィールド値

Value = 2
属性

注釈

appSetId のスコープは、アプリ ストアの開発者アカウントです。 デバイス上の同じ開発者のすべてのアプリは、同じ開発者スコープの appSetId を持ちます。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象