Swrve / swrve-android-sdk

Swrve Android SDK
http://www.swrve.com
Other
10 stars 18 forks source link

Swrve session started callback #256

Closed andreaboi83 closed 7 years ago

andreaboi83 commented 8 years ago

Is it possible to have a callback on Swrve session? I need to set some user properties as soon as the sdk is up and running and the session is fully started. The only callback I have found is about resources, but i didn't found nothing for the session.

Sergio-Mira commented 7 years ago

The session is started the first time an Activity calls our SDK's onCreate. If you queue the user update in your main activity's onCreate then you are sure to have the SDK ready.

Sergio-Mira commented 7 years ago

Please reopen this issue if you still have questions about when the SDK is started etc.