New features
-
Added support for payment card scan capability:
-
mbpCardScanResultListener
added toMicroblinkPlatformConfig
for handling card scan results. -
New interface
MicroblinkPlatformCardScanResultListener
withonCardScanned(cardResult: CardScanResult)
callback. -
CardScanResult
data class containing card number, expiry date, owner, and CVV. -
Date
data class to represent expiry date with optional day, month, and year fields.
-
-
Added support for multiple steps of the same type
Improvements
- Optimized internal request handling for improved performance