Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
Acknowledges a subscription purchase.
Create a request for the method "subscriptions.acknowledge".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote
operation.
Parameters:
packageName - The package name of the application for which this subscription was purchased (for example,
'com.some.thing').
subscriptionId - The purchased subscription ID (for example, 'monthly001').
token - The token provided to the user's device when the subscription was purchased.
Cancels a user's subscription purchase. The subscription remains valid until its expiration time.
Create a request for the method "subscriptions.cancel".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
packageName - The package name of the application for which this subscription was purchased (for example,
'com.some.thing').
subscriptionId - The purchased subscription ID (for example, 'monthly001').
token - The token provided to the user's device when the subscription was purchased.
Defers a user's subscription purchase until a specified future expiration time.
Create a request for the method "subscriptions.defer".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
packageName - The package name of the application for which this subscription was purchased (for example,
'com.some.thing').
subscriptionId - The purchased subscription ID (for example, 'monthly001').
token - The token provided to the user's device when the subscription was purchased.
Checks whether a user's subscription purchase is valid and returns its expiry time.
Create a request for the method "subscriptions.get".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
packageName - The package name of the application for which this subscription was purchased (for example,
'com.some.thing').
subscriptionId - The purchased subscription ID (for example, 'monthly001').
token - The token provided to the user's device when the subscription was purchased.
Refunds a user's subscription purchase, but the subscription remains valid until its expiration
time and it will continue to recur.
Create a request for the method "subscriptions.refund".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
packageName - The package name of the application for which this subscription was purchased (for example,
'com.some.thing').
subscriptionId - "The purchased subscription ID (for example, 'monthly001').
token - The token provided to the user's device when the subscription was purchased.
Refunds and immediately revokes a user's subscription purchase. Access to the subscription will
be terminated immediately and it will stop recurring.
Create a request for the method "subscriptions.revoke".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
packageName - The package name of the application for which this subscription was purchased (for example,
'com.some.thing').
subscriptionId - The purchased subscription ID (for example, 'monthly001').
token - The token provided to the user's device when the subscription was purchased.