java.lang.Objectcom.globalcharge.android.Subscription
public class Subscription
Method Summary | |
---|---|
boolean |
getSubcriptionInfo(long accountId,
java.lang.String endUserId)
Retrieves the information for the current subscription. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean getSubcriptionInfo(long accountId, java.lang.String endUserId)
accountID
- Account ID given to the client by GlobalChargeendUserId
- Unique identifier for the end user running the clients
softwaredisplayDialog
- If set to true a dialog with the subscription info will be
displayed.notifier
- the listener to receive the subscription info. Called even if
display dialog is set to true. May be null.