Open gdeff opened 8 years ago
EXTRA_MANUAL_ENTRY_RESULT
is what you want, but you're right that it's not public. We'd be willing to accept a pull request if you'd like to make the necessary modifications. Otherwise, no, I don't believe there's another way to get this information.
Hello,
Required Information
Issue Description
For analytics purpose, I need to know whether the user has filled its credit card number by scanning a card or by manually enter the number. I've seen that there is the
EXTRA_MANUAL_ENTRY_RESULT
constant inCardIOActivity
class but this constant is private and seems to not be used. Moreover, I didn't manage to get this information from the resulting intent in my activity'sonActivityResult()
method:Is there any way to know whether the user has scan a real card or simply manually fill it ?