AppSetIdScope Enum
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.
Specifies the scope of an app-set identifier.
public enum AppSetIdScope
type AppSetIdScope =
- Inheritance
-
AppSetIdScope
Fields
| Name | Value | Description |
|---|---|---|
| App | 1 | The app-set identifier is scoped to a single app; each app on the device has a different identifier. |
| Developer | 2 | The app-set identifier is scoped to a developer account on an app store; apps from the same developer on the device have the same identifier. |
Remarks
The scope determines whether the identifier applies to one app or to apps associated with the same developer account on an app store.
Java documentation for android.adservices.appsetid.AppSetId.