Add listener for the given UserProfileEvent
0.1.0
addUserProfileEventListener(UserProfileEvent.BLOCK_PROFILE, function onBlockProfileListener(blockInfo){ console.log(blockInfo);}) Copy
addUserProfileEventListener(UserProfileEvent.BLOCK_PROFILE, function onBlockProfileListener(blockInfo){ console.log(blockInfo);})
Generated using TypeDoc
Description
Add listener for the given UserProfileEvent
Since
0.1.0
Example