Function addUserProfileEventListener

  • Parameters

    Returns void

    Description

    Add listener for the given UserProfileEvent

    Since

    0.1.0

    Example

    addUserProfileEventListener(UserProfileEvent.BLOCK_PROFILE, function onBlockProfileListener(blockInfo){
    console.log(blockInfo);
    })

Generated using TypeDoc