Class VSAccountAccessStatus
- java.lang.Object
-
- apple.videosubscriberaccount.enums.VSAccountAccessStatus
-
public final class VSAccountAccessStatus extends java.lang.ObjectRepresents the current state of the application's access to the user's subscription information.
-
-
Field Summary
Fields Modifier and Type Field Description static longDeniedThe user has explicitly decided to not allow the app to access subscription information.static longGrantedThe user has currently decided to allow the app to access subscription information.static longNotDeterminedThe user has not yet made a choice about whether to allow this access to the app.static longRestrictedRestrictions, e.g. parental controls, prohibit the user from allowing access to the app.
-
-
-
Field Detail
-
NotDetermined
public static final long NotDetermined
The user has not yet made a choice about whether to allow this access to the app.- See Also:
- Constant Field Values
-
Restricted
public static final long Restricted
Restrictions, e.g. parental controls, prohibit the user from allowing access to the app.- See Also:
- Constant Field Values
-
Denied
public static final long Denied
The user has explicitly decided to not allow the app to access subscription information.- See Also:
- Constant Field Values
-
Granted
public static final long Granted
The user has currently decided to allow the app to access subscription information.- See Also:
- Constant Field Values
-
-