Skip to Content
0
Oct 10, 2021 at 05:24 AM

How to use onGigyaServiceReady() ?

489 Views

In our Ui5 application, we are using Gigya Screensets in different controllers. As per the Gigya documentation available, we are to declare all gigya related functions in one handler and call it in onGigyaServiceReady().
We are calling the Gigya WebSDK in index.html file.

Are we supposed to declare all the functions having Gigya API Calls in onGigyaServiceReady function? If not, then how do we ensure that all Gigya APIs are executed once the Gigya WebSDK is loaded.