Class INMediaUserContextSubscriptionStatus


  • public final class INMediaUserContextSubscriptionStatus
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long NotSubscribed
      The user is not a subscriber, but subscriptions are offered
      static long Subscribed
      The user is registered with a subscription (free, trial, or paid)
      static long Unknown
      The app does not offer subscriptions, or the subscription status is unavailable
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Unknown

        public static final long Unknown
        The app does not offer subscriptions, or the subscription status is unavailable
        See Also:
        Constant Field Values
      • NotSubscribed

        public static final long NotSubscribed
        The user is not a subscriber, but subscriptions are offered
        See Also:
        Constant Field Values
      • Subscribed

        public static final long Subscribed
        The user is registered with a subscription (free, trial, or paid)
        See Also:
        Constant Field Values