Contains information about app set ID.
| @interface | AppSetIdInfo.Scope | Allowed constants for AppSetIdInfo.getScope(). |
|
| int | SCOPE_APP | The app set ID is scoped to the app. |
| int | SCOPE_DEVELOPER | The app set ID is scoped to a developer account on an app store. |
| String |
getId()
Gets the app set ID.
|
| int |
getScope()
Returns the
AppSetIdInfo.Scope
of the app set ID.
|
The app set ID is scoped to the app.
The app set ID 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 app set ID.
Gets the app set ID.
Returns the AppSetIdInfo.Scope
of the app set ID. Possible values include SCOPE_APP
and SCOPE_DEVELOPER.
AppSetIdInfo.Scope.