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've opted for the OOP approach and trying to work out how to adapt the async solution (i.e. queue array or [].push) so that I can immediately call the init function
So instead of SDKName('some arguments'); something like SDKName.init('some arguments');
Raising an issue here as thought it would be helpful to have the guide include this use case for the benefit of others like me
Thanks!
Dan
The text was updated successfully, but these errors were encountered:
Hi there,
Firstly thank you, really excellent guide
I've opted for the OOP approach and trying to work out how to adapt the async solution (i.e. queue array or
[].push
) so that I can immediately call theinit
functionSo instead of
SDKName('some arguments');
something likeSDKName.init('some arguments');
Raising an issue here as thought it would be helpful to have the guide include this use case for the benefit of others like me
Thanks!
Dan
The text was updated successfully, but these errors were encountered: