We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1d4bf commit 32aee81Copy full SHA for 32aee81
README.md
@@ -242,6 +242,7 @@ Please use the below listener to determine whether the Yoti/EasyId app is not in
242
mYotiSDKButton.setOnAppNotInstalledListener(new OnAppNotInstalledListener() {
243
@Override
244
public void onAppNotInstalled(final YotiSDKAppNotInstalledException cause, final String appURL) {
245
+ // The exception will provide info on which app is not installed
246
// appURL is the app's play store URL, launch the browser intent to allow user to download the app and proceed
247
}
248
});
0 commit comments