cloudipsp / android-sdk

12 stars 12 forks source link

Custom form for card #2

Closed dshevchuk closed 8 years ago

dshevchuk commented 8 years ago

HI! In SDK your Card class doesn't have public consturtor so i can't create Card object with my data from custom form.

berehovyi commented 8 years ago

Hi. Here is only private constructor in SDK for Card object as it shouldn't be able to create by application directly. For obtaining Card instance use CardInputView.confirm. About customizing it: this CardInputView may be created in any needed Themed Context.