Share

HttpEventHandler.notify Method

Parent Object: HttpEventHandler
Defined in namespace "adsk::core" and the header file is <Core/Application/HttpEventHandler.h>

Description

The function called by Fusion when the associated event is fired.

Syntax

"httpEventHandler_var" is a variable referencing a HttpEventHandler object.
returnValue = httpEventHandler_var.notify(eventArgs)

Parameters

Name Type Description
eventArgs HttpEventArgs Returns an object that provides access to additional information associated with the event.

Version

Introduced in version January 2024

Was this information helpful?