Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benvanderberg/f5240064a35c8bd22a4fc1609c0579ae to your computer and use it in GitHub Desktop.
Save benvanderberg/f5240064a35c8bd22a4fc1609c0579ae to your computer and use it in GitHub Desktop.
adobeDCView.registerCallback(
/* Type of call back */
AdobeDC.View.Enum.CallbackType.EVENT_LISTENER,
/* call back function */
function(event) {
console.log(event);
},
{
enablePDFAnalytics: true,
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment