com.txtnation.android
Class Subscription

java.lang.Object
  extended by com.txtnation.android.Subscription

public class Subscription
extends java.lang.Object


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

getSubcriptionInfo

public boolean getSubcriptionInfo(long accountId,
                                  java.lang.String endUserId)
Retrieves the information for the current subscription.

Parameters:
accountID - Account ID given to the client by txtNation
endUserId - Unique identifier for the end user running the clients software
displayDialog - 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.