com.globalcharge.android
Interface SubscriptionListener


public interface SubscriptionListener

Provides callbacks for getting subscription information and also subscription cancellation.


Method Summary
 void onSubscriptionCancelled(boolean isCancelled, java.lang.String description)
          Called when a user has cancels the subscription
 void onSubscriptionInfoReceived(SubscriptionInfo subscriptionInfo)
          Called when we have received details of the subscription from server
 

Method Detail

onSubscriptionInfoReceived

void onSubscriptionInfoReceived(SubscriptionInfo subscriptionInfo)
Called when we have received details of the subscription from server

Parameters:
products -

onSubscriptionCancelled

void onSubscriptionCancelled(boolean isCancelled,
                             java.lang.String description)
Called when a user has cancels the subscription