Class VSSubscriptionAccessLevel
- java.lang.Object
-
- apple.videosubscriberaccount.enums.VSSubscriptionAccessLevel
-
public final class VSSubscriptionAccessLevel extends java.lang.ObjectDescribes the level of access to content.
-
-
Field Summary
Fields Modifier and Type Field Description static longFreeWithAccountThe default access level.static longPaidThe customer has access to content that is offered for free to users with a valid account.static longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
FreeWithAccount
public static final long FreeWithAccount
The default access level. Setting a subscription with this level will raise an exception.- See Also:
- Constant Field Values
-
Paid
public static final long Paid
The customer has access to content that is offered for free to users with a valid account. This value corresponds content in your availability feed with the "account" offering type.- See Also:
- Constant Field Values
-
-