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 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
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 theinitfunctionSo 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