The setCallbackUrl currently isn't proxied through the JS interface onto the respective native methods, this change just adds that. This allows the url to be set in the app as opposed to within the Smile Dashboard
Additionally, a feature has been added to parameterize the kotlin compiler version so that projects using different composer/kotlin versions don't have compatibility issues
Known Issues
n/a
Test Instructions
Execute SmileID.setCallbackUrl from the JS code in the app.
Add kotlinCompilerExtensionVersion to gradle.properties to change the compiler extension version
Story: https://app.shortcut.com/smileid/story/xxx
Summary
The
setCallbackUrl
currently isn't proxied through the JS interface onto the respective native methods, this change just adds that. This allows the url to be set in the app as opposed to within the Smile DashboardAdditionally, a feature has been added to parameterize the kotlin compiler version so that projects using different composer/kotlin versions don't have compatibility issues
Known Issues
n/a
Test Instructions
SmileID.setCallbackUrl
from the JS code in the app.kotlinCompilerExtensionVersion
togradle.properties
to change the compiler extension versionScreenshot
n/a