Add listener for a given SdkEvent
0.1.0
addSdkEventListener(SdkEvent.INITIALISED, function onSdkInitialisation(userProfile){ console.log(userProfile);}) Copy
addSdkEventListener(SdkEvent.INITIALISED, function onSdkInitialisation(userProfile){ console.log(userProfile);})
Generated using TypeDoc
Description
Add listener for a given SdkEvent
Since
0.1.0
Example