Hey guys!
I am integrating smartcar into my app, I followed the official documentation and built up the features successfully.
But there is one question, that is about this API: smartcarAuth.launchAuthFlow(appContext);
After calling this, it brings up the browser (with CustomTabsIntent), which is fine but, what if the user kills the browser app and doesn't complete the auth connection flow?
Is there a way to detect this case, maybe via SmartcarCallback?
Thanks!
Hey guys!
I am integrating smartcar into my app, I followed the official documentation and built up the features successfully.
But there is one question, that is about this API:
smartcarAuth.launchAuthFlow(appContext);After calling this, it brings up the browser (with CustomTabsIntent), which is fine but, what if the user kills the browser app and doesn't complete the auth connection flow?
Is there a way to detect this case, maybe via
SmartcarCallback?Thanks!