Skip navigation links
A B C D E F G I N O P R S T V W 

A

afterTextChanged(Editable) - Method in class io.card.payment.DataEntryActivity
 
APPLICATION_ID - Static variable in class io.card.payment.BuildConfig
 

B

beforeTextChanged(CharSequence, int, int, int) - Method in class io.card.payment.DataEntryActivity
 
BUILD_TIME - Static variable in class io.card.payment.BuildConfig
 
BUILD_TYPE - Static variable in class io.card.payment.BuildConfig
 
BuildConfig - Class in io.card.payment
 
BuildConfig() - Constructor for class io.card.payment.BuildConfig
 

C

CameraUnavailableException - Exception in io.card.payment
This exception is thrown when the camera cannot be opened for an unexpected reason.
CameraUnavailableException() - Constructor for exception io.card.payment.CameraUnavailableException
 
canReadCardWithCamera() - Static method in class io.card.payment.CardIOActivity
Determine if the device supports card scanning.
cardholderName - Variable in class io.card.payment.CreditCard
Cardholder name.
CardIOActivity - Class in io.card.payment
This is the entry point Activity for a card.io client to use card.io.
CardIOActivity() - Constructor for class io.card.payment.CardIOActivity
 
CardIONativeLibsConfig - Class in io.card.payment
A config class that is used to specify an alternative search path for the native libraries.
CardIONativeLibsConfig() - Constructor for class io.card.payment.CardIONativeLibsConfig
 
cardNumber - Variable in class io.card.payment.CreditCard
15 or 16 digit card number.
CardType - Enum in io.card.payment
Enumerates each supported card type.
CREATOR - Static variable in class io.card.payment.CreditCard
 
CreditCard - Class in io.card.payment
Describes a credit card.
CreditCard() - Constructor for class io.card.payment.CreditCard
 
CreditCard(String, int, int, String, String, String) - Constructor for class io.card.payment.CreditCard
 
cvv - Variable in class io.card.payment.CreditCard
Three or four character security code.
cvvLength() - Method in enum io.card.payment.CardType
 

D

DataEntryActivity - Class in io.card.payment
Activity responsible for entry of Expiry, CVV, Postal Code (and card number in manual case).
DataEntryActivity() - Constructor for class io.card.payment.DataEntryActivity
 
DEBUG - Static variable in class io.card.payment.BuildConfig
 
describeContents() - Method in class io.card.payment.CreditCard
 

E

EXPIRY_MAX_FUTURE_YEARS - Static variable in class io.card.payment.CreditCard
Number of years into the future that a card expiration date is considered to be valid.
expiryMonth - Variable in class io.card.payment.CreditCard
Month in two digit natural form.
expiryYear - Variable in class io.card.payment.CreditCard
Four digit year
EXTRA_CAPTURED_CARD_IMAGE - Static variable in class io.card.payment.CardIOActivity
String extra.
EXTRA_GUIDE_COLOR - Static variable in class io.card.payment.CardIOActivity
Integer extra.
EXTRA_HIDE_CARDIO_LOGO - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_KEEP_APPLICATION_THEME - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_LANGUAGE_OR_LOCALE - Static variable in class io.card.payment.CardIOActivity
String extra.
EXTRA_NO_CAMERA - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_REQUIRE_CARDHOLDER_NAME - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_REQUIRE_CVV - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_REQUIRE_EXPIRY - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_REQUIRE_POSTAL_CODE - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_RESTRICT_POSTAL_CODE_TO_NUMERIC_ONLY - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_RETURN_CARD_IMAGE - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_SCAN_EXPIRY - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_SCAN_INSTRUCTIONS - Static variable in class io.card.payment.CardIOActivity
String extra.
EXTRA_SCAN_OVERLAY_LAYOUT_ID - Static variable in class io.card.payment.CardIOActivity
Integer extra.
EXTRA_SCAN_RESULT - Static variable in class io.card.payment.CardIOActivity
Parcelable extra containing CreditCard.
EXTRA_SUPPRESS_CONFIRMATION - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_SUPPRESS_MANUAL_ENTRY - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_SUPPRESS_SCAN - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_UNBLUR_DIGITS - Static variable in class io.card.payment.CardIOActivity
Integer extra.
EXTRA_USE_CARDIO_LOGO - Static variable in class io.card.payment.CardIOActivity
Boolean extra.
EXTRA_USE_PAYPAL_ACTIONBAR_ICON - Static variable in class io.card.payment.CardIOActivity
Boolean extra.

F

FLAVOR - Static variable in class io.card.payment.BuildConfig
 
fromCardNumber(String) - Static method in enum io.card.payment.CardType
Infer the CardType from the number string.
fromString(String) - Static method in enum io.card.payment.CardType
Infer the card type from a string.

G

getCapturedCardImage(Intent) - Static method in class io.card.payment.CardIOActivity
Utility method for decoding card bitmap
getCardType() - Method in class io.card.payment.CreditCard
 
getDisplayName(String) - Method in enum io.card.payment.CardType
Convenience method to return a CardType string (e.g.
getFormattedCardNumber() - Method in class io.card.payment.CreditCard
 
getLastFourDigitsOfCardNumber() - Method in class io.card.payment.CreditCard
 
getRedactedCardNumber() - Method in class io.card.payment.CreditCard
 
getTorchRect() - Method in class io.card.payment.CardIOActivity
 

I

imageBitmap(Context) - Method in enum io.card.payment.CardType
Returns the Bitmap of the card logo (e.g.
init(String) - Static method in class io.card.payment.CardIONativeLibsConfig
 
io.card.payment - package io.card.payment
 
isExpiryValid() - Method in class io.card.payment.CreditCard
 

N

name - Variable in enum io.card.payment.CardType
 
numberLength() - Method in enum io.card.payment.CardType
 

O

onBackPressed() - Method in class io.card.payment.CardIOActivity
This Activity overrides back button handling to handle back presses properly given the various states this Activity can be in.
onBackPressed() - Method in class io.card.payment.DataEntryActivity
 
onRequestPermissionsResult(int, String[], int[]) - Method in class io.card.payment.CardIOActivity
 
onTextChanged(CharSequence, int, int, int) - Method in class io.card.payment.DataEntryActivity
 

P

postalCode - Variable in class io.card.payment.CreditCard
Billing postal code for card.
PRODUCT_NAME - Static variable in class io.card.payment.BuildConfig
 
PRODUCT_VERSION - Static variable in class io.card.payment.BuildConfig
 

R

RESULT_CARD_INFO - Static variable in class io.card.payment.CardIOActivity
result code supplied to Activity.onActivityResult(int, int, Intent) when a scan request completes.
RESULT_CONFIRMATION_SUPPRESSED - Static variable in class io.card.payment.CardIOActivity
result code indicating that confirmation was suppressed.
RESULT_ENTRY_CANCELED - Static variable in class io.card.payment.CardIOActivity
result code supplied to Activity.onActivityResult(int, int, Intent) when the user presses the cancel button.
RESULT_SCAN_NOT_AVAILABLE - Static variable in class io.card.payment.CardIOActivity
result code indicating that scan is not available.
RESULT_SCAN_SUPPRESSED - Static variable in class io.card.payment.CardIOActivity
result code indicating that we only captured the card image.

S

sdkBuildDate() - Static method in class io.card.payment.CardIOActivity
Returns the time this SDK was built.
sdkVersion() - Static method in class io.card.payment.CardIOActivity
Returns the String version of this SDK.

T

toString() - Method in enum io.card.payment.CardType
 
toString() - Method in class io.card.payment.CreditCard
 

V

valueOf(String) - Static method in enum io.card.payment.CardType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.card.payment.CardType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_CODE - Static variable in class io.card.payment.BuildConfig
 
VERSION_NAME - Static variable in class io.card.payment.BuildConfig
 

W

writeToParcel(Parcel, int) - Method in class io.card.payment.CreditCard
 
A B C D E F G I N O P R S T V W 
Skip navigation links

Copyright © 2012-2016 PayPal, Inc. All Rights Reserved.