Luhn v2.0.0
- Customising CardIO in Luhn
- Interswitch Verve Card Image
- Theming Luhn from .xml resources
- custom dialog integration (you can now use your app loading screen instead of Luhn's progress screen. Just don't call
cardVerifier.startProgress();
. Call your progress implementation instead) - onFinished Callback. Get call back when luhn has finished, so you can
doSomething();
.