Google Play Android Developer API v1 (revision 10)



Uses of Class
com.google.api.services.androidpublisher.Androidpublisher.Purchases.Get

Packages that use Androidpublisher.Purchases.Get
com.google.api.services.androidpublisher   
 

Uses of Androidpublisher.Purchases.Get in com.google.api.services.androidpublisher
 

Methods in com.google.api.services.androidpublisher that return Androidpublisher.Purchases.Get
 Androidpublisher.Purchases.Get Androidpublisher.Purchases.get(String packageName, String subscriptionId, String token)
          Checks whether a user's subscription purchase is valid and returns its expiry time.
 Androidpublisher.Purchases.Get Androidpublisher.Purchases.Get.setAlt(String alt)
           
 Androidpublisher.Purchases.Get Androidpublisher.Purchases.Get.setFields(String fields)
           
 Androidpublisher.Purchases.Get Androidpublisher.Purchases.Get.setKey(String key)
           
 Androidpublisher.Purchases.Get Androidpublisher.Purchases.Get.setOauthToken(String oauthToken)
           
 Androidpublisher.Purchases.Get Androidpublisher.Purchases.Get.setPackageName(String packageName)
          The package name of the application for which this subscription was purchased (for example, 'com.some.thing').
 Androidpublisher.Purchases.Get Androidpublisher.Purchases.Get.setPrettyPrint(Boolean prettyPrint)
           
 Androidpublisher.Purchases.Get Androidpublisher.Purchases.Get.setQuotaUser(String quotaUser)
           
 Androidpublisher.Purchases.Get Androidpublisher.Purchases.Get.setSubscriptionId(String subscriptionId)
          The purchased subscription ID (for example, 'monthly001').
 Androidpublisher.Purchases.Get Androidpublisher.Purchases.Get.setToken(String token)
          The token provided to the user's device when the subscription was purchased.
 Androidpublisher.Purchases.Get Androidpublisher.Purchases.Get.setUserIp(String userIp)