public final class VSAccountAccessStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Denied
The user has explicitly decided to not allow the app to access subscription information.
|
static long |
Granted
The user has currently decided to allow the app to access subscription information.
|
static long |
NotDetermined
The user has not yet made a choice about whether to allow this access to the app.
|
static long |
Restricted
Restrictions, e.g.
|
public static final long NotDetermined
public static final long Restricted
public static final long Denied
public static final long Granted