public class Donate
extends ListActivity
Modifier and Type | Field and Description |
---|---|
static Context |
ctxt |
java.lang.String |
DONATION_APP_ID |
static Handler |
getResponse |
com.paypal.android.MEP.CheckoutButton |
GiveChrisSomeHardEarnedMoney |
static int |
INITIALIZE_FAILURE |
static int |
INITIALIZE_SUCCESS |
static int |
PAYMENT_FAILURE |
static int |
PAYMENT_SUCCESS |
Constructor and Description |
---|
Donate() |
Modifier and Type | Method and Description |
---|---|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created.
|
public com.paypal.android.MEP.CheckoutButton GiveChrisSomeHardEarnedMoney
public final java.lang.String DONATION_APP_ID
public static Context ctxt
public static final int INITIALIZE_SUCCESS
public static final int PAYMENT_SUCCESS
public static final int INITIALIZE_FAILURE
public static final int PAYMENT_FAILURE
public static Handler getResponse