Class VSAccountAccessStatus


  • public final class VSAccountAccessStatus
    extends java.lang.Object
    Represents the current state of the application's access to the user's subscription information.
    • Field Summary

      Fields 
      Modifier and Type Field 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. parental controls, prohibit the user from allowing access to the app.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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