<script>
{{ inlineJsWrapperBegin() }}
window.appFunctions.throwUsageEvent = function (notificationType) {
jQuery.post('{{ path('create_usage_event.api') }}',
{
notificationType: notificationType
});
}
{{ inlineJsWrapperEnd() }}
</script>