braintree / android-card-form

A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
MIT License
366 stars 128 forks source link

how to get card image bitmap #59

Closed mrgogomaster closed 5 years ago

mrgogomaster commented 5 years ago

General information

Issue description

quinnjn commented 5 years ago

I'm not to sure I understand the question. Please leave a comment with more detail on your question.

If you're asking how we get the card images in CardForm, they are available via the CardForm's drawable resource folders.

mrgogomaster commented 5 years ago

we can get card number using String cardNumber = cardForm.getCardNumber(); is there any method to get bitmap of cardIcon