Link
Link 4.3
New callbacks and login screen improvements.
The Argyle team has released these updates to Link:
- You can now give your users the option to upload documents to verify their income if they cannot find their income source. Set the “If no results” experience to Document upload in Link Customizer to utilize this feature.
- The
onCantFindLinkItemClicked
callback is now available through Link Customizer.- If you have defined this callback in your implementation, you must set the new behavior in Link Customizer. Set the “If no results” experience to Callback in Customizer to utilize
onCantFindLinkItemClicked
. If you do not apply this setting, the callback will be ignored. - If you select Callback in the “If no results” experience, you must also define the
onCantFindLinkItemClicked
callback programmatically. If you do not define this callback in your implementation, Link will raise thecallback_undefined
error.
- If you have defined this callback in your implementation, you must set the new behavior in Link Customizer. Set the “If no results” experience to Callback in Customizer to utilize
- The
onUIEvent
callback can now be invoked in additional scenarios. - The Login screen design has been refreshed, with some small updates to the user disclosure text.
- A new overlay on the Login screen prompts your users to reset their password when they enter incorrect credentials.
You can now integrate Argyle Link into your iOS application using the Swift Package Manager.
Link SDK upgrades are now available:
- iOS 4.3
- Android 4.3
- React Native 4.3
- Web integrations will automatically update to include these latest features.