Events

You can listen for events and run custom code. We will dispatch a series of Custom Events based on lifecycle events and actions the member may take.

To eliminate any chance of events being fired before the appropriate listeners have been added, listeners should be registered before the install code is run. If this is not possible or impractical, please implement a code based on this guide.

Last updated