You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the scenario in which I wish to call the onCreate on the background thread. onResume will be called on main thread.
Actually we are reading the tracker value from different source which may take some time and want to call the Adjust.onCreate only after that.
Will this cause any issue?
The text was updated successfully, but these errors were encountered:
This shouldn't be any issue at all. Even if invoked from the main thread, SDK is processing any call made to it in the background thread, so it shouldn't really matter which thread you are making the call from.
Of course, if for your particular case you do notice something not working as expected, please let us know, but you shouldn't face any issues.
I have the scenario in which I wish to call the onCreate on the background thread. onResume will be called on main thread.
Actually we are reading the tracker value from different source which may take some time and want to call the Adjust.onCreate only after that.
Will this cause any issue?
The text was updated successfully, but these errors were encountered: