Instruction for upgrading the Onegini Android SDK to version 6.04.00¶
When upgrading from old SDK version to the version 6.04.00, there is one small change you need to apply in your application:
OneginiCreatePinRequestHandler¶
The method startPinCreation
from OneginiCreatePinRequestHandler
interface has now additional parameter named pinLength
:
1 2 3 4 5 6 7 8 9 10 |
|
You can use newly added parameter to check the required pin length when building UI with dynamic number of PIN inputs.