com.sponsorpay.sdk.android
Class SponsorPay

java.lang.Object
  extended by com.sponsorpay.sdk.android.SponsorPay

public class SponsorPay
extends java.lang.Object

Contains version information of the SponsorPay SDK.


Field Summary
static int BUGFIX_RELEASE_NUMBER
           
static int MAJOR_RELEASE_NUMBER
           
static int MINOR_RELEASE_NUMBER
           
static java.lang.String RELEASE_VERSION_STRING
           
 
Constructor Summary
SponsorPay()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR_RELEASE_NUMBER

public static final int MAJOR_RELEASE_NUMBER
See Also:
Constant Field Values

MINOR_RELEASE_NUMBER

public static final int MINOR_RELEASE_NUMBER
See Also:
Constant Field Values

BUGFIX_RELEASE_NUMBER

public static final int BUGFIX_RELEASE_NUMBER
See Also:
Constant Field Values

RELEASE_VERSION_STRING

public static final java.lang.String RELEASE_VERSION_STRING
Constructor Detail

SponsorPay

public SponsorPay()