Hi Community,
can someone please explain to me what a Report Handler does and a PostHandler ?
The Report Handler is a class and the Post Handler a method.

Hi Community,
can someone please explain to me what a Report Handler does and a PostHandler ?
The Report Handler is a class and the Post Handler a method.
HI Khashayar ,
There is no standard class with name ReportHandler. You might have see some class names which are ending with ReportHandler , which are handling certain logic related to specific reports. Regarding post event handler method , that can be implemented to any method of the its not private or decorated with Hookable attribute